diff dwt/printing/Printer.d @ 115:52b32f5cb1e0

many file checked for switch default
author Frank Benoit <benoit@tionex.de>
date Sat, 19 Jan 2008 13:08:19 +0100
parents 0f12f6bb9739
children f2e04420fd6c
line wrap: on
line diff
--- a/dwt/printing/Printer.d	Sat Jan 19 12:39:19 2008 +0100
+++ b/dwt/printing/Printer.d	Sat Jan 19 13:08:19 2008 +0100
@@ -1,4 +1,4 @@
-/*******************************************************************************
+/*******************************************************************************
  * Copyright (c) 2000, 2007 IBM Corporation and others.
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
@@ -492,6 +492,7 @@
         case Cairo.CAIRO_SURFACE_TYPE_PDF:
             Cairo.cairo_pdf_surface_set_size (surface, width, height);
             break;
+        default:
     }
     return true;
 }