summaryrefslogtreecommitdiff
path: root/usr.bin/less
diff options
context:
space:
mode:
authorXin LI <delphij@FreeBSD.org>2012-11-05 17:42:50 +0000
committerXin LI <delphij@FreeBSD.org>2012-11-05 17:42:50 +0000
commit417a0a79d787f86fe7484a994eed189e201f6bcf (patch)
tree9d94e784c851630402076de036582663d0f564f1 /usr.bin/less
parent76fd782cd95aa36d29a4625f7255acaf76f07f20 (diff)
downloadsrc-test2-417a0a79d787f86fe7484a994eed189e201f6bcf.tar.gz
src-test2-417a0a79d787f86fe7484a994eed189e201f6bcf.zip
Fix build with clang: properly terminate comment even in #if 0 blocks.
Submitted by: dim
Notes
Notes: svn path=/head/; revision=242618
Diffstat (limited to 'usr.bin/less')
-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 5a5fca370c52..27b73ceff29e 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 */