]> granicus.if.org Git - sudo/commitdiff
Quiet an HP-UX compiler warning.
authorTodd C. Miller <Todd.Miller@courtesan.com>
Tue, 12 Oct 2010 13:23:52 +0000 (09:23 -0400)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Tue, 12 Oct 2010 13:23:52 +0000 (09:23 -0400)
plugins/sudoers/visudo.c

index f4f47fbfeed0a17221320bf9c1e7981da79cdbfe..0262e9cee5fa3662ea5da3d8b5578c223cc95b1c 100644 (file)
@@ -90,7 +90,7 @@ struct sudoersfile {
     int modified;
     int doedit;
 };
-TQ_DECLARE(sudoersfile);
+TQ_DECLARE(sudoersfile)
 
 /*
  * Function prototypes