diff src/image.c @ 104573:7690800317e8

joakim at verona.se Replace some C99 comments.
author Glenn Morris <rgm@gnu.org>
date Tue, 25 Aug 2009 03:05:50 +0000
parents a52366907b7a
children 68dd71358159
line wrap: on
line diff
--- a/src/image.c	Tue Aug 25 03:03:27 2009 +0000
+++ b/src/image.c	Tue Aug 25 03:05:50 2009 +0000
@@ -5097,7 +5097,7 @@
       Display *dpy = FRAME_X_DISPLAY (f);
       GC gc;
 
-#ifndef HAVE_NS  //TODO: NS support, however this not needed for toolbars
+#ifndef HAVE_NS  /* TODO: NS support, however this not needed for toolbars */
 
 #define MaskForeground(f)  WHITE_PIX_DEFAULT (f)