diff options
author | FreeArtMan <dos21h@gmail.com> | 2017-06-07 00:24:14 +0100 |
---|---|---|
committer | FreeArtMan <dos21h@gmail.com> | 2017-06-07 00:24:14 +0100 |
commit | 07f86a3d78720f616c5417da8b937e0d7691072d (patch) | |
tree | 2a5babb26877cee22cd9e30381abb0e58782d237 /extlibs/arg.h | |
parent | 7cacc613a897b65114eea4dd379d07273938ecef (diff) | |
download | agni-07f86a3d78720f616c5417da8b937e0d7691072d.tar.gz agni-07f86a3d78720f616c5417da8b937e0d7691072d.zip |
Updated libarg
Diffstat (limited to 'extlibs/arg.h')
-rw-r--r-- | extlibs/arg.h | 2 |
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; |