From: oetiker Date: Sun, 11 Mar 2007 13:04:41 +0000 (+0000) Subject: enable ID keyword in all source files X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=8b2c74a025ed32db8704366ac2c3bd8885a3a802;p=rrdtool.git enable ID keyword in all source files git-svn-id: svn://svn.oetiker.ch/rrdtool/branches/1.2/program@1018 a5681a0c-68f1-0310-ab6d-d61299d08faa --- diff --git a/src/rrd_afm.c b/src/rrd_afm.c index 83f6581..7458547 100644 --- a/src/rrd_afm.c +++ b/src/rrd_afm.c @@ -2,7 +2,9 @@ * RRDtool 1.2.19 Copyright by Tobi Oetiker, 1997-2007 **************************************************************************** * rrd_afm.h Parsing afm tables to find width of strings. - ****************************************************************************/ + **************************************************************************** + * $Id$ +*/ #if defined(_WIN32) && !defined(__CYGWIN__) && !defined(__CYGWIN32__) && !defined(HAVE_CONFIG_H) #include "../win32/config.h"