Code

check cookie read for success
[rrdtool-all.git] / program / src / rrd_afm.c
index 20a65a033e2b495ce49c8f24064821470bafe4e0..0e3109c4804b7b0ed56e164382177d8591a58ef1 100644 (file)
@@ -1,5 +1,5 @@
 /****************************************************************************
- * RRDtool 1.2.4  Copyright by Tobi Oetiker, 1997-2005
+ * RRDtool 1.2.6  Copyright by Tobi Oetiker, 1997-2005
  ****************************************************************************
  * rrd_afm.h  Parsing afm tables to find width of strings.
  ****************************************************************************/
@@ -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)