summaryrefslogtreecommitdiff
path: root/cups/ppd.c
diff options
context:
space:
mode:
Diffstat (limited to 'cups/ppd.c')
-rw-r--r--cups/ppd.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/cups/ppd.c b/cups/ppd.c
index b823d17b4..8d3eb8a3b 100644
--- a/cups/ppd.c
+++ b/cups/ppd.c
@@ -1705,8 +1705,7 @@ _ppdOpen(
constraint->choice1, constraint->option2,
constraint->choice2))
{
- case 0 : /* Error */
- case 1 : /* Error */
+ default : /* Error */
pg->ppd_status = PPD_BAD_UI_CONSTRAINTS;
goto error;