From 56a638339c47002746353672bd11454bb4a1e89b Mon Sep 17 00:00:00 2001 From: Stephen Fisher Date: Mon, 14 Apr 2008 03:29:49 +0000 Subject: [PATCH] "const static char *" -> "static const char *" to fix build svn path=/trunk/; revision=25013 --- image/toolbar/expert_info_16.xpm | 2 +- image/toolbar/flow_graph_16.xpm | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/image/toolbar/expert_info_16.xpm b/image/toolbar/expert_info_16.xpm index c5ad721c7b..d198c6d409 100644 --- a/image/toolbar/expert_info_16.xpm +++ b/image/toolbar/expert_info_16.xpm @@ -1,5 +1,5 @@ /* XPM */ -const static char * expert_info_16_xpm[] = { +static const char * expert_info_16_xpm[] = { "16 16 68 1", " c None", ". c #FEFEFE", diff --git a/image/toolbar/flow_graph_16.xpm b/image/toolbar/flow_graph_16.xpm index 213ab0e8db..f04da1a950 100644 --- a/image/toolbar/flow_graph_16.xpm +++ b/image/toolbar/flow_graph_16.xpm @@ -1,5 +1,5 @@ /* XPM */ -const static char * flow_graph_16_xpm[] = { +static const char * flow_graph_16_xpm[] = { "16 16 2 1", " c None", ". c #000000",