From: Tobias Oetiker Date: Tue, 10 May 2005 05:18:28 +0000 (+0000) Subject: we should not use C++ comments in c files X-Git-Tag: 1.2.6~3 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=df24e2989ce37aa38328e29be8f360445e23cbc8;p=thirdparty%2Frrdtool-1.x.git we should not use C++ comments in c files git-svn-id: svn://svn.oetiker.ch/rrdtool/branches/1.2/program@534 a5681a0c-68f1-0310-ab6d-d61299d08faa --- diff --git a/src/rrd_afm.c b/src/rrd_afm.c index 8f0228a1..1929b4f9 100644 --- a/src/rrd_afm.c +++ b/src/rrd_afm.c @@ -74,7 +74,7 @@ static const afm_fontinfo *afm_findfont(const char *name) p = afm_searchfont(RRD_AFM_DEFAULT_FONT); if (p) return p; - return afm_fontinfolist; // anything, just anything. + return afm_fontinfolist; /* anything, just anything. */ } const char *afm_get_font_postscript_name(const char* font)