From: Mark Spencer Date: Tue, 27 Jan 2004 00:30:03 +0000 (+0000) Subject: Ditch nested comment X-Git-Tag: 0.9.0~44 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c5deb0a325e2443e8d114c10d4350966c85e4e79;p=thirdparty%2Fasterisk.git Ditch nested comment git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@2081 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/include/asterisk/cvsid.h b/include/asterisk/cvsid.h index 459bb029fa..1d7dc58e9c 100755 --- a/include/asterisk/cvsid.h +++ b/include/asterisk/cvsid.h @@ -38,7 +38,7 @@ * #include * #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