Remove spurious semicolons. Outside of functions they are actually errors but

GCC doesn't warn about them without -pedantic.

Approved by:	das (mentor)
PR:		56649
Reviewed by:	md5
This commit is contained in:
Stefan Farfeleder
2004-05-16 22:08:17 +00:00
parent 5eb4afcbb9
commit a752604477
8 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -62,7 +62,7 @@ main(int argc, char **argv)
struct timespec tp, tq;
struct gmesh gmp;
struct gprovider *pp;
struct gconsumer *cp;;
struct gconsumer *cp;
struct gident *gid;
short cf, cb;
char *p;