add a changelog entry
[debian/elilo] / getopt.c
index 8a70616e0791e81a9ef8d50ea4685ed88a5c775b..03a17d899afc409d11d940ad73ed58f23250d13a 100644 (file)
--- a/getopt.c
+++ b/getopt.c
@@ -25,7 +25,6 @@
  * 02111-1307, USA.
  */
 
-
 #include <efi.h>
 #include <efilib.h>
 
@@ -36,7 +35,7 @@
 #define BADCH  (INTN)'?'
 #define BADARG (INTN)':'
 
-extern CHAR16 * StrChr(IN const CHAR16 *s, INT16 c);
+extern CHAR16 * StrChr(IN const CHAR16 *s, CHAR16 c);
 
 CHAR16 *Optarg;
 INTN    Optind = 1;