Fixed compiler error

This commit is contained in:
Martin Holst Swende 2015-01-22 00:10:09 +01:00
parent df3e429d71
commit c54d1394c6

View file

@ -98,6 +98,7 @@ int GetClock(const char *str, int peak, int verbose)
if (!verbose){ if (!verbose){
PrintAndLog("Auto-detected clock rate: %d", clock); PrintAndLog("Auto-detected clock rate: %d", clock);
} }
}
return clock; return clock;
} }