summaryrefslogtreecommitdiff
path: root/extlibs/arg.h
diff options
context:
space:
mode:
authorFreeArtMan <dos21h@gmail.com>2017-06-07 00:24:14 +0100
committerFreeArtMan <dos21h@gmail.com>2017-06-07 00:24:14 +0100
commit07f86a3d78720f616c5417da8b937e0d7691072d (patch)
tree2a5babb26877cee22cd9e30381abb0e58782d237 /extlibs/arg.h
parent7cacc613a897b65114eea4dd379d07273938ecef (diff)
downloadagni-07f86a3d78720f616c5417da8b937e0d7691072d.tar.gz
agni-07f86a3d78720f616c5417da8b937e0d7691072d.zip
Updated libarg
Diffstat (limited to 'extlibs/arg.h')
-rw-r--r--extlibs/arg.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/extlibs/arg.h b/extlibs/arg.h
index 98c4681..dc11f47 100644
--- a/extlibs/arg.h
+++ b/extlibs/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;