From: Jonathan Neuschäfer Date: Wed, 21 Dec 2011 20:40:53 +0000 (+0100) Subject: command.c: comment an #endif X-Git-Tag: release-0.20~37 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=649df7c69b827777c208b8b50e5aec5722c919fb;p=ncmpc.git command.c: comment an #endif --- diff --git a/src/command.c b/src/command.c index 76e84dc..5df5335 100644 --- a/src/command.c +++ b/src/command.c @@ -530,4 +530,4 @@ write_key_bindings(FILE *f, int flags) return ferror(f); } -#endif +#endif /* NCMPC_MINI */