fix broken xpm file
This commit is contained in:
parent
d24c41ff05
commit
36f6f39267
|
@ -1,4 +1,7 @@
|
|||
/* XPM */
|
||||
#ifndef XPMMAIN
|
||||
extern const char * zoom_1_xpm[];
|
||||
#else
|
||||
static const char * zoom_1_xpm[] = {
|
||||
"16 16 36 1",
|
||||
" c None",
|
||||
|
|
Loading…
Reference in New Issue