From: oetiker Date: Tue, 10 May 2005 05:18:28 +0000 (+0000) Subject: we should not use C++ comments in c files X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=0f01ee06e049dd2481fe0be4e873bf6a3ec43ec2;p=rrdtool.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 8f0228a..1929b4f 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)