From: joncruz Date: Fri, 26 May 2006 16:19:05 +0000 (+0000) Subject: Fix compile warning X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=206d9e5c9943a395639b09cdf45ba4b9cb51ae8b;p=inkscape.git Fix compile warning --- diff --git a/src/dialogs/swatches.cpp b/src/dialogs/swatches.cpp index dc9de8d2b..50da61539 100644 --- a/src/dialogs/swatches.cpp +++ b/src/dialogs/swatches.cpp @@ -839,7 +839,7 @@ void _loadPaletteFile( gchar const *filename ) possible.push_back(onceMore); #if ENABLE_MAGIC_COLORS ColorItem::_wireMagicColors( onceMore ); -#endif ENABLE_MAGIC_COLORS +#endif // ENABLE_MAGIC_COLORS } else { delete onceMore; }