Fixed minor typos and compilation issues

This commit is contained in:
2015-04-30 09:25:36 +02:00
parent e8df6158ea
commit e497e2daf3
3 changed files with 2 additions and 5 deletions

View File

@@ -151,9 +151,6 @@ static DevAction *DevNextAction(DevSer * devser)
}
static void LogStart(DevSer *self)
{
if(self->startTime > 0){
printf("DEVSER: there is something fucked up in LogStart. Investigate!\n");
}
self->startTime = DoubleTime();
}
static void LogResponse(DevSer *self, int error)