git-svn-id: svn://svn.oetiker.ch/rrdtool/branches/1.2/program@989
a5681a0c-68f1-0310-ab6d-
d61299d08faa
-/****************************************************************************
+****************************************************************************
* RRDtool 1.2.19 Copyright by Tobi Oetiker, 1997-2007
****************************************************************************
* rrd_gfx.c graphics wrapper for rrdtool
# ifdef DEBUG
# define DPRINTF(...) fprintf(stderr, __VA_ARGS__);
# else
-# define DPRINTF(...)
+# define DPRINTF()
# endif /* DEBUG */
#endif /* _MSC_VER */
#include "rrd_tool.h"
count++;
sum+=val;
}
- // now push the result bavk on stack
+ /* now push the result back on stack */
if (count>0) {
rpnstack -> s[++stptr]=sum/count;
} else {