Add static qualifiers where appropriate.
[pspp] / src / ui / gui / psppire-output-view.c
index 7e8b5b3560c11baa069938cb39532d583a340eb2..4296409120214f545149f0920cb60ea6f2865841 100644 (file)
@@ -801,7 +801,7 @@ CT ( ctn8, "image/svg+xml", 0, SELECT_FMT_SVG )
 #define CT(ID, TARGET, FLAGS, INFO) static gchar ID[] = TARGET;
 CBTARGETS
 #undef CT
-gchar ctnlast[] = "application/vnd.oasis.opendocument.text";
+static gchar ctnlast[] = "application/vnd.oasis.opendocument.text";
 
 static const GtkTargetEntry targets[] = {
 #define CT(ID, TARGET, FLAGS, INFO) { ID, FLAGS, INFO },