mirror of
https://github.com/openstreetmap/mod_tile.git
synced 2025-07-28 23:23:55 +00:00
Fix another compile warning
This commit is contained in:
@ -61,7 +61,7 @@ static const char *cmdStr(enum protoCmd c)
|
||||
case cmdDirty: return "Dirty";
|
||||
case cmdDone: return "Done";
|
||||
case cmdNotDone: return "NotDone";
|
||||
default: return "unknown " + c;
|
||||
default: return "unknown";
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user