From 6dfe80fe6252c2891280adba4af2785ca0f3baae Mon Sep 17 00:00:00 2001 From: oetiker Date: Tue, 10 May 2005 05:18:28 +0000 Subject: [PATCH] we should not use C++ comments in c files git-svn-id: svn://svn.oetiker.ch/rrdtool/branches/1.2@534 a5681a0c-68f1-0310-ab6d-d61299d08faa --- program/src/rrd_afm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/program/src/rrd_afm.c b/program/src/rrd_afm.c index 8f0228a1..1929b4f9 100644 --- a/program/src/rrd_afm.c +++ b/program/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) -- 2.30.2