Skip to content

Commit

Permalink
Fix another compile warning
Browse files Browse the repository at this point in the history
  • Loading branch information
jburgess777 committed May 25, 2015
1 parent 3a4b471 commit 6b9611a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/daemon.c
Original file line number Diff line number Diff line change
Expand Up @@ -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";
}
}

Expand Down

0 comments on commit 6b9611a

Please sign in to comment.