X-Git-Url: https://fleuret.org/cgi-bin/gitweb/gitweb.cgi?a=blobdiff_plain;f=selector.c;h=11265c673b3efc3713383839ee87fe454a66fb0c;hb=007ead4b6f3d770c9adf6502abac7eb825e16d83;hp=3c8f13678d97eabdbc1e27121cbf38565eec8a6b;hpb=af8b50ee46fba4784c1003070424e1b74de66470;p=selector.git diff --git a/selector.c b/selector.c index 3c8f136..11265c6 100644 --- a/selector.c +++ b/selector.c @@ -803,9 +803,9 @@ static struct option long_options[] = { int main(int argc, char **argv) { char input_filename[BUFFER_SIZE], output_filename[BUFFER_SIZE]; - char c, *s; + char *s; char pattern[BUFFER_SIZE]; - int k, l, n; + int c, k, l, n; int cursor_position; int error = 0, show_help = 0; int rest_are_files = 0;