]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - cgi-bin/ipp-var.c
Sync up with CUPS 1.7svn-r10893
[thirdparty/cups.git] / cgi-bin / ipp-var.c
index 75fb844521dad49d3c00ae08eb3b604f0a44e2e2..7424f7a4d122e4844cbb8f9861bec23227154492 100644 (file)
@@ -554,7 +554,7 @@ cgiPrintCommand(http_t     *http,   /* I - Connection to server */
   ipp_t                *request,               /* Get-Job-Attributes request */
                *response;              /* Get-Job-Attributes response */
   ipp_attribute_t *attr;               /* Current job attribute */
-  static const char const *job_attrs[] =/* Job attributes we want */
+  static const char * const job_attrs[] =/* Job attributes we want */
                {
                  "job-state",
                  "job-printer-state-message"