From: Greg Hudson Date: Mon, 22 Nov 2010 03:58:15 +0000 (+0000) Subject: Correct typo in r24526 X-Git-Tag: krb5-1.10-alpha1~652 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=489fbf0e232fe31bc4234a0e2bc1939fff278940;p=krb5.git Correct typo in r24526 ticket: 6823 git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@24527 dc483132-0cff-0310-8789-dd5450dbe970 --- diff --git a/src/kadmin/cli/getdate.y b/src/kadmin/cli/getdate.y index 7e1476242..613bc609c 100644 --- a/src/kadmin/cli/getdate.y +++ b/src/kadmin/cli/getdate.y @@ -860,7 +860,7 @@ difftm(struct tm *a, struct tm *b) /* For get_date extern declaration compatibility check... yuck. */ #include -int yyparse(voide); +int yyparse(void); time_t get_date(char *);