summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHubert Figuiere <hub@figuiere.net>2006-02-20 00:05:13 +0000
committerHubert Figuiere <hub@figuiere.net>2006-02-20 00:05:13 +0000
commit8e0bb84affaf4a6bb0c481952a092236228af8d7 (patch)
treeca954f79a0326c5753f62e49a3db6c8a93032669
parentbecdc4ed77de731d606afb3b09ef655785a7ae4c (diff)
downloadenchant-8e0bb84affaf4a6bb0c481952a092236228af8d7.tar.gz
move declaration to build on MacOS X
git-svn-id: svn+ssh://svn.abisource.com/svnroot/enchant/trunk@21103 bcba8976-2d24-0410-9c9c-aab3bd5fdfd6
-rw-r--r--src/ispell/ispell_checker.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ispell/ispell_checker.cpp b/src/ispell/ispell_checker.cpp
index 8dd7495..799cc51 100644
--- a/src/ispell/ispell_checker.cpp
+++ b/src/ispell/ispell_checker.cpp
@@ -360,9 +360,9 @@ ispell_checker_get_prefix (void)
{
/* until I work out how to link the modules against enchant in MacOSX - fjf
*/
-#ifndef XP_TARGET_COCOA
char * ispell_prefix = NULL;
+#ifndef XP_TARGET_COCOA
/* Look for explicitly set registry values */
ispell_prefix = enchant_get_registry_value ("Ispell", "Data_Dir");
if (ispell_prefix)