Index: /trunk/src/bignum.c
===================================================================
--- /trunk/src/bignum.c	(revision 248)
+++ /trunk/src/bignum.c	(revision 249)
@@ -926,5 +926,5 @@
     if (a->sign == BIG_SIGN_MINUS)
     {
-      *n = -*n;;
+      *n = -*n;
     }
     return FALSE;
Index: /trunk/src/sh_suidchk.c
===================================================================
--- /trunk/src/sh_suidchk.c	(revision 248)
+++ /trunk/src/sh_suidchk.c	(revision 249)
@@ -462,5 +462,5 @@
   int           status;
   int           readFile  = -1;
-  int           writeFile = -1;;
+  int           writeFile = -1;
   struct stat   fileInfo;
   ssize_t       count;
