diff options
| author | Jon A. Cruz <jon@joncruz.org> | 2006-05-26 16:19:05 +0000 |
|---|---|---|
| committer | joncruz <joncruz@users.sourceforge.net> | 2006-05-26 16:19:05 +0000 |
| commit | 5c58fa61a9087e16dcbe78e9c30eb4bd041d7e33 (patch) | |
| tree | 2be9bec5fbc1f1e2dfac66152d707e5c191b5be5 /src/dialogs/swatches.cpp | |
| parent | adding missing comma reported by drew (diff) | |
| download | inkscape-5c58fa61a9087e16dcbe78e9c30eb4bd041d7e33.tar.gz inkscape-5c58fa61a9087e16dcbe78e9c30eb4bd041d7e33.zip | |
Fix compile warning
(bzr r1021)
Diffstat (limited to 'src/dialogs/swatches.cpp')
| -rw-r--r-- | src/dialogs/swatches.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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; } |
