X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=src%2Fui%2Fgui%2Fabout.c;h=c217833cbea5bf140f99c36cc2aa75106a8401b5;hb=41c45ec6bc320abc0eed650ed183b604a5f5befd;hp=8ca91cbe8281d56a14eea230f39fe6afcbb46546;hpb=12fc15c56844de1492c4ee31cbb12a54b37cfc2e;p=pspp diff --git a/src/ui/gui/about.c b/src/ui/gui/about.c index 8ca91cbe82..c217833cbe 100644 --- a/src/ui/gui/about.c +++ b/src/ui/gui/about.c @@ -25,7 +25,7 @@ #include "helper.h" -const static gchar *artists[] = { "Patrick Brunier", "Dondi Bogusky", NULL}; +static const gchar *artists[] = { "Patrick Brunier", "Dondi Bogusky", NULL}; void about_new (GtkMenuItem *m, GtkWindow *parent)