testsuite/pcretest.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--- ssed-3.62.orig/testsuite/pcretest.c
+++ ssed-3.62/testsuite/pcretest.c
@@ -129,7 +129,7 @@
{NULL, 0, NULL, 0}
};
- char c = getopt_long (argc, argv, SHORTOPTS,
+ int c = getopt_long (argc, argv, SHORTOPTS,
longopts, NULL);
/* Detect the end of the options. */