Correct typo in r24526
authorGreg Hudson <ghudson@mit.edu>
Mon, 22 Nov 2010 03:58:15 +0000 (03:58 +0000)
committerGreg Hudson <ghudson@mit.edu>
Mon, 22 Nov 2010 03:58:15 +0000 (03:58 +0000)
ticket: 6823

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@24527 dc483132-0cff-0310-8789-dd5450dbe970

src/kadmin/cli/getdate.y

index 7e147624240d0f4f3a651c3d1bb7b5598eb95a52..613bc609c25690871a3cf306853fd62bf81db37b 100644 (file)
@@ -860,7 +860,7 @@ difftm(struct tm *a, struct tm *b)
 
 /* For get_date extern declaration compatibility check... yuck.  */
 #include <krb5.h>
-int yyparse(voide);
+int yyparse(void);
 
 time_t get_date(char *);