diff options
| author | Jan Sucan <jan@jansucan.com> | 2025-01-27 10:50:43 +0100 |
|---|---|---|
| committer | Ján Sučan <jan@jansucan.com> | 2025-01-27 15:22:36 +0100 |
| commit | 2ef82ccca35f078973342ef132edc277bbe86a9f (patch) | |
| tree | 07d819b6bc2b82ba3117fc3310fcd673dee9541e | |
| parent | 2f14c18ff51356c93b2f0b2aeecc84de6398cc0a (diff) | |
Remove extra semicolon
| -rw-r--r-- | src/options.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/options.h b/src/options.h index f30f253..c37386e 100644 --- a/src/options.h +++ b/src/options.h @@ -83,7 +83,7 @@ class OptionParser static bool isVersion(int argc, char **argv); static bool isCreate(int argc, char **argv); static bool isRestore(int argc, char **argv); - ; + static OptionsCreate parseCreate(int argc, char **argv); static OptionsRestore parseRestore(int argc, char **argv); |
