From 07f86a3d78720f616c5417da8b937e0d7691072d Mon Sep 17 00:00:00 2001 From: FreeArtMan Date: Wed, 7 Jun 2017 00:24:14 +0100 Subject: Updated libarg --- extlibs/arg.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'extlibs/arg.h') 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; -- cgit v1.2.3