diff options
Diffstat (limited to 'command/global.h')
-rw-r--r-- | command/global.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/command/global.h b/command/global.h index 52764ee..7ac42b6 100644 --- a/command/global.h +++ b/command/global.h @@ -77,7 +77,7 @@ typedef struct config bool OSD; bool Before; bool GenIndex; - bool AC3Always; + bool SaveInfo; } MarkAdConfig; typedef struct MarkAdPos |