diff options
| -rw-r--r-- | src/fl_cursor_help.xpm | 2 | ||||
| -rw-r--r-- | src/fl_cursor_wait.xpm | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/fl_cursor_help.xpm b/src/fl_cursor_help.xpm index d9d8be0fd..972c82fb6 100644 --- a/src/fl_cursor_help.xpm +++ b/src/fl_cursor_help.xpm @@ -1,5 +1,5 @@ /* XPM */ -static char * fl_cursor_help_xpm[] = { +static const char * fl_cursor_help_xpm[] = { "16 27 9 1", " c None", ". c #FFFFFF", diff --git a/src/fl_cursor_wait.xpm b/src/fl_cursor_wait.xpm index 3fb2ce32a..4f91c5d8e 100644 --- a/src/fl_cursor_wait.xpm +++ b/src/fl_cursor_wait.xpm @@ -1,5 +1,5 @@ /* XPM */ -static char * fl_cursor_wait_xpm[] = { +static const char * fl_cursor_wait_xpm[] = { "17 32 11 1", " c None", ". c #FFFFFF", |
