summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorMark Spencer <markster@digium.com>2004-01-27 00:30:03 +0000
committerMark Spencer <markster@digium.com>2004-01-27 00:30:03 +0000
commitc5deb0a325e2443e8d114c10d4350966c85e4e79 (patch)
tree13b59262e4d3fbebbceb4d1f958e9dad380c093c /include
parentaa4f316c149d3d8c4d68b67f215199812fc718da (diff)
Ditch nested comment
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@2081 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'include')
-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