diff options
Diffstat (limited to 'structures.cpp')
-rw-r--r-- | structures.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/structures.cpp b/structures.cpp index 72a18ad3..47777b84 100644 --- a/structures.cpp +++ b/structures.cpp @@ -122,7 +122,7 @@ void FreeFileSync::setVariant(SyncConfiguration& syncCfg, const SyncConfiguratio syncCfg.conflict = SYNC_DIR_NONE; break; case SyncConfiguration::CUSTOM: - assert(false); + assert(false); break; } } |