Skip to content

Commit 6b9611a

Browse files
committed
Fix another compile warning
1 parent 3a4b471 commit 6b9611a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/daemon.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ static const char *cmdStr(enum protoCmd c)
6161
case cmdDirty: return "Dirty";
6262
case cmdDone: return "Done";
6363
case cmdNotDone: return "NotDone";
64-
default: return "unknown " + c;
64+
default: return "unknown";
6565
}
6666
}
6767

0 commit comments

Comments
 (0)