[Kst] extragear/graphics/kst/kst/datasources/frame
Andrew Walker
arwalker at sumusltd.com
Tue Jun 7 20:16:59 CEST 2005
SVN commit 423171 by arwalker:
Use C comment notation
M +1 -1 creaddata.c
--- trunk/extragear/graphics/kst/kst/datasources/frame/creaddata.c #423170:423171
@@ -103,7 +103,7 @@
#else
static void flip_bytes(char *d, int nwords) {
/* do nothing on alpha or linux machines */
- // remove compiler warning of unused variables
+ /* remove compiler warning of unused variables */
if (d) {}
if (nwords) {}
}
More information about the Kst
mailing list