From 76352a0dd0ba461c332b4332d131d7e8c7d2e560 Mon Sep 17 00:00:00 2001 From: jozan Date: Mon, 2 Nov 2020 23:52:06 +0000 Subject: I'll see norm later FossilOrigin-Name: 0b5c62a2a0e28af01363d5590620a2354a7284ee937a80f1796fc40fa9c86cde --- src/c_opts.c | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) (limited to 'src/c_opts.c') diff --git a/src/c_opts.c b/src/c_opts.c index 886c10e..7c8170e 100644 --- a/src/c_opts.c +++ b/src/c_opts.c @@ -42,7 +42,7 @@ * 2020-11-02 23:37 * Joe * - * This is where we handle command line options + * This is where we handle command line options. */ #include @@ -52,10 +52,7 @@ #include "c_opts.h" void -c_opts -(struct opts_s* opts, - int argc, - const char* argv[]) +c_opts(struct opts_s* opts, int argc, const char* argv[]) { int opt; @@ -70,10 +67,10 @@ c_opts } else if (opt == '?') { dprintf( - STDERR_FILENO, - "unixize: %c: unknown option\n", - optopt - ); + STDERR_FILENO, + "unixize: %c: unknown option\n", + optopt + ); exit(1); } } -- cgit v1.2.3