Fix build.

This commit is contained in:
Xin LI 2011-11-25 07:11:02 +00:00
parent 320baf06b8
commit 53f48302de

View File

@ -162,7 +162,7 @@ arg_put(void *hook __unused, int letter, void *arg, int count, char *name)
* 0: unconfirmed * 0: unconfirmed
*/ */
int int
get_confirmation() get_confirmation(void)
{ {
char str[1024]; char str[1024];
int response = -1; int response = -1;