aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2004-01-27 00:30:03 +0000
committermarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2004-01-27 00:30:03 +0000
commit8cd1350b5622a7c2bf850153967f2b7246b9e187 (patch)
tree13b59262e4d3fbebbceb4d1f958e9dad380c093c
parent7cccb34ef42a6cbe39e699c36f5fbab0e007d0c3 (diff)
Ditch nested comment
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@2081 f38db490-d61c-443f-a65b-d21fe96a405b
-rwxr-xr-xinclude/asterisk/cvsid.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asterisk/cvsid.h b/include/asterisk/cvsid.h
index 459bb029f..1d7dc58e9 100755
--- a/include/asterisk/cvsid.h
+++ b/include/asterisk/cvsid.h
@@ -38,7 +38,7 @@
* #include <asterisk/cvsid.h>
* #ifndef lint
* CVSID("$Id$");
- * #endif /* lint */
+ * #endif
*
* You will then be able to run strings(1) on the resulting
* binary and find out what revisions of each source file were