aboutsummaryrefslogtreecommitdiffstats
path: root/arg.h
diff options
context:
space:
mode:
Diffstat (limited to 'arg.h')
-rw-r--r--arg.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/arg.h b/arg.h
index 98c4681..dc11f47 100644
--- a/arg.h
+++ b/arg.h
@@ -200,7 +200,7 @@ typedef struct arg_flag
typedef struct s_arg_flag
{
int used;
- int flag;
+ int flag; //do we need it?
arg_flag *result;
} s_arg_flag;