summaryrefslogtreecommitdiffstats
path: root/usr.bin
diff options
context:
space:
mode:
authordelphij <delphij@FreeBSD.org>2012-11-05 17:42:50 +0000
committerdelphij <delphij@FreeBSD.org>2012-11-05 17:42:50 +0000
commit404fbc7a9219f08d41afeee692d44e058a1956ba (patch)
tree9d94e784c851630402076de036582663d0f564f1 /usr.bin
parent0e30ee6e51d14354615209958bb9ad07f1a90590 (diff)
downloadFreeBSD-src-404fbc7a9219f08d41afeee692d44e058a1956ba.zip
FreeBSD-src-404fbc7a9219f08d41afeee692d44e058a1956ba.tar.gz
Fix build with clang: properly terminate comment even in #if 0 blocks.
Submitted by: dim
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/less/defines.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/less/defines.h b/usr.bin/less/defines.h
index 5a5fca3..27b73ce 100644
--- a/usr.bin/less/defines.h
+++ b/usr.bin/less/defines.h
@@ -184,7 +184,7 @@
/*
* Sizes of various buffers.
*/
-#if 0 /* old sizes for small memory machines
+#if 0 /* old sizes for small memory machines */
#define CMDBUF_SIZE 512 /* Buffer for multichar commands */
#define UNGOT_SIZE 100 /* Max chars to unget() */
#define LINEBUF_SIZE 1024 /* Max size of line in input file */
OpenPOWER on IntegriCloud