]> git.zerfleddert.de Git - micropolis/blobdiff - src/tk/tkbitmap.c
tk/tclx: explicitly declare types
[micropolis] / src / tk / tkbitmap.c
index cc81cd02c477b6289a25b76909b3b46f8db212a6..c7693e84a71953b340ee3b37044ec65be6050dc7 100644 (file)
@@ -434,7 +434,7 @@ Tk_GetBitmapFromData(interp, tkwin, source, width, height)
     Tk_Uid name = NULL;                /* Initialization need only to prevent
                                 * compiler warning. */
     int new;
-    static autoNumber = 0;
+    static int autoNumber = 0;
     char string[20];
 
     if (!initialized) {
Impressum, Datenschutz