From 7a06e015762d5f585b44d5d9e176605786693830 Mon Sep 17 00:00:00 2001 From: sin Date: Mon, 15 Sep 2014 11:39:09 +0100 Subject: Capitalize string in output --- ratatox.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ratatox.c') diff --git a/ratatox.c b/ratatox.c index 6ad5200..8d56b0e 100644 --- a/ratatox.c +++ b/ratatox.c @@ -690,7 +690,7 @@ again: if (cmd[1] == '\0' || isspace((int)cmd[1])) return (*cmds[i].cb)(cmd, strlen(cmd)); - fprintf(stderr, "unknown command: %s\n", cmd); + fprintf(stderr, "Unknown command: %s\n", cmd); return -1; } -- cgit v1.2.3