diff options
Diffstat (limited to 'include')
| -rw-r--r-- | include/artifactory.h | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/include/artifactory.h b/include/artifactory.h index 847e601..5a6666e 100644 --- a/include/artifactory.h +++ b/include/artifactory.h @@ -35,7 +35,7 @@ struct JFRT_Upload {      bool include_dirs;      char *module;      bool recursive; -    char *regexp; +    bool regexp;      int retries;      int retry_wait_time;      char *spec; | 
