commit be5658cc64ace57bb6193e35b5d88f844e71588e parent 6d34a8a7d17e5c99c4360e5b921c5d746876ba72 Author: sin <sin@2f30.org> Date: Sun, 28 Dec 2014 22:02:28 +0000 Fix error message Diffstat:
M | cmd.c | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/cmd.c b/cmd.c @@ -180,7 +180,7 @@ cmdadd(int fd, char *arg) int id; if (!arg[0]) { - dprintf(fd, "ERR expected ID\n"); + dprintf(fd, "ERR expected song id\n"); return; }