]> 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:29 +0000 (09:23 -0400)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Tue, 12 Oct 2010 13:23:29 +0000 (09:23 -0400)
--HG--
branch : 1.7

visudo.c

index c320602cb9f1567cb25ab6b4020fa6deb51ef17c..912e1f7ace04f20a26f7a659c25ae5d6ec12859e 100644 (file)
--- a/visudo.c
+++ b/visudo.c
@@ -90,7 +90,7 @@ struct sudoersfile {
     int modified;
     int doedit;
 };
-TQ_DECLARE(sudoersfile);
+TQ_DECLARE(sudoersfile)
 
 /*
  * Function prototypes