summaryrefslogtreecommitdiff
path: root/shell.c
diff options
context:
space:
mode:
Diffstat (limited to 'shell.c')
-rw-r--r--shell.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell.c b/shell.c
index e91cb90..eb42475 100644
--- a/shell.c
+++ b/shell.c
@@ -113,7 +113,7 @@ struct shell_line {
#define SHELL_HISTORY_SIZE 21
#if SHELL_HISTORY_SIZE == 0
-#error shell history size must be non-zero
+#error "shell history size must be non-zero"
#endif /* SHELL_HISTORY_SIZE == 0 */
/*