Inverting content size prefs bool

This commit is contained in:
Bimba Shrestha
2020-03-09 14:16:10 -05:00
parent 03ee18d9c5
commit 6d8e761ba3
3 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -95,7 +95,7 @@ void FIO_setNoProgress(unsigned noProgress);
void FIO_setNotificationLevel(int level);
void FIO_setExcludeCompressedFile(FIO_prefs_t* const prefs, int excludeCompressedFiles);
void FIO_setPatchFromMode(FIO_prefs_t* const prefs, int value);
void FIO_setNoContentSize(FIO_prefs_t* const prefs, int value);
void FIO_setContentSize(FIO_prefs_t* const prefs, int value);
/*-*************************************
* Single File functions