Cosmetic
[yaz-moved-to-github.git] / src / options.c
index 88c1c92..11dc8db 100644 (file)
@@ -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)
         {