From 98f7557d475021fb087f75423468226c2ce3df20 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Tue, 13 Jan 2009 15:55:20 +0100 Subject: [PATCH] Cosmetic --- src/options.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/options.c b/src/options.c index 88c1c92..11dc8db 100644 --- a/src/options.c +++ b/src/options.c @@ -66,7 +66,7 @@ int options (const char *desc, char **argv, int argc, char **arg) } if (desc[i] == ':') { /* option with string argument */ - type = desc[i++]; + type = desc[i++]; } if (desc_char == ch) { -- 1.7.10.4