summaryrefslogtreecommitdiff
path: root/structures.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'structures.cpp')
-rw-r--r--structures.cpp2
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;
}
}
bgstack15