aboutsummaryrefslogtreecommitdiffstats
path: root/image
diff options
context:
space:
mode:
authorStephen Fisher <steve@stephen-fisher.com>2008-04-14 03:29:49 +0000
committerStephen Fisher <steve@stephen-fisher.com>2008-04-14 03:29:49 +0000
commit56a638339c47002746353672bd11454bb4a1e89b (patch)
tree66a944376e670d6180086be350f9cf50e23f8898 /image
parente7fde0351edf4aa8f3170faa47e4bf7653fa467b (diff)
"const static char *" -> "static const char *" to fix build
svn path=/trunk/; revision=25013
Diffstat (limited to 'image')
-rw-r--r--image/toolbar/expert_info_16.xpm2
-rw-r--r--image/toolbar/flow_graph_16.xpm2
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",