Fuss fuss fuss.
[kai/samba.git] / source3 / utils / debug2html.c
index c7f36da0c0539165541b16377051b4da6c07a29f..62ecacf7e89a9a61d3c851a6699b925b8ac90825 100644 (file)
@@ -28,7 +28,7 @@
  * does a decent job of converting Samba logs into HTML.
  * -------------------------------------------------------------------------- **
  *
- * $Revision: 1.7 $
+ * $Revision: 1.8 $
  *
  * ========================================================================== **
  */
@@ -128,6 +128,8 @@ static void newblock( dbg_Token old, dbg_Token new )
     case dbg_lineno:
       (void)fprintf( outfile, ")" );
       break;
+    default:
+      break;
     }
 
   switch( new )
@@ -141,6 +143,8 @@ static void newblock( dbg_Token old, dbg_Token new )
     case dbg_lineno:
       (void)fprintf( outfile, "(" );
       break;
+    default:
+      break;
     }
   } /* newblock */