From 12106af2a774159cf61934a235639ab4b6ef3bd5 Mon Sep 17 00:00:00 2001 From: sin Date: Tue, 21 Oct 2014 16:34:31 +0100 Subject: [PATCH] Update outdated comment --- noice.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/noice.c b/noice.c index e288f92d..cd938f3a 100644 --- a/noice.c +++ b/noice.c @@ -196,7 +196,7 @@ printerr(int ret, char *prefix) /* * Returns 0 normally * On movement it updates *cur - * Returns SEL_{QUIT,BACK,GOIN,FLTR} otherwise + * Returns SEL_{QUIT,BACK,GOIN,FLTR,SH,CD} otherwise */ enum { SEL_QUIT = 1,