X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fui%2Fgui%2Fvar-sheet.h;h=4cfe6847cdaefa9ed3ec2aedd088d50bbdaa3b3d;hb=a486e7cbf4f95d19bb208796e4c92a040cf48f65;hp=6a3d0a22ed6f9e3286674f866bfc3c331c8f7c0d;hpb=9f650fc3d2946c216e6cd3c7922a8a63d0f97117;p=pspp-builds.git diff --git a/src/ui/gui/var-sheet.h b/src/ui/gui/var-sheet.h index 6a3d0a22..4cfe6847 100644 --- a/src/ui/gui/var-sheet.h +++ b/src/ui/gui/var-sheet.h @@ -51,11 +51,11 @@ GtkWidget* psppire_variable_sheet_create (gchar *widget_name, #define n_ALIGNMENTS 3 -extern const gchar *alignments[n_ALIGNMENTS + 1]; +extern const gchar *const alignments[n_ALIGNMENTS + 1]; #define n_MEASURES 3 -extern const gchar *measures[n_MEASURES + 1]; +extern const gchar *const measures[n_MEASURES + 1]; #endif