diff options
author | Daniel Wilhelm <daniel@wili.li> | 2014-04-18 17:05:53 +0200 |
---|---|---|
committer | Daniel Wilhelm <daniel@wili.li> | 2014-04-18 17:05:53 +0200 |
commit | 618dfb51d93898632830f1b87443d3f748780871 (patch) | |
tree | bac520a2e261154f8d35b0cb8aa345f5ab373811 /structures.cpp | |
parent | 3.4 (diff) | |
download | FreeFileSync-618dfb51d93898632830f1b87443d3f748780871.tar.gz FreeFileSync-618dfb51d93898632830f1b87443d3f748780871.tar.bz2 FreeFileSync-618dfb51d93898632830f1b87443d3f748780871.zip |
3.5
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; } } |