Fix some compiler warnings and mixed space/tab indentation

This commit is contained in:
Douglas Clowes
2014-02-19 14:37:13 +11:00
parent 54e217af78
commit 4bfa758667
9 changed files with 27 additions and 26 deletions

View File

@ -58,7 +58,7 @@ int StatisticsCommand(SConnection * con, SicsInterp * pSics, void *pData,
gettimeofday(&now, 0);
dif = timeFloat(timeDif(lastStat, now));
SCPrintf(con, eLog, "calls/s time[%] full[%] mean[ms] command");
SCPrintf(con, eLog, "calls/s time[%%] full[%%] mean[ms] command");
SCPrintf(con, eLog, "----------------------------------------------");
for (p = list; p != NULL; p = p->next) {
if (dif > 0) {