]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - backend/snmp-supplies.c
Merge changes from CUPS 1.7svn-r10755.
[thirdparty/cups.git] / backend / snmp-supplies.c
index 4c0258ddd8ae24ffd0cb9046fa2e433b7c43578b..c669b5db9b95eaec9838a01aae09d61c2af2954d 100644 (file)
@@ -163,7 +163,7 @@ static const int    prtMarkerSuppliesSupplyUnit[] =
                         sizeof(prtMarkerSuppliesSupplyUnit[0]));
                                        /* Offset to supply index */
 
-static const backend_state_t const printer_states[] =
+static const backend_state_t printer_states[] =
                        {
                          /* { CUPS_TC_lowPaper, "media-low-report" }, */
                          { CUPS_TC_noPaper | CUPS_TC_inputTrayEmpty, "media-empty-warning" },
@@ -180,7 +180,7 @@ static const backend_state_t const printer_states[] =
                          { CUPS_TC_outputFull, "output-area-full-warning" }
                        };
 
-static const backend_state_t const supply_states[] =
+static const backend_state_t supply_states[] =
                        {
                          { CUPS_DEVELOPER_LOW, "developer-low-report" },
                          { CUPS_DEVELOPER_EMPTY, "developer-empty-warning" },