From ffda704ef687e0255fe88bfa9f83799a0bf6e7a8 Mon Sep 17 00:00:00 2001
From: David Lawrence Ramsey <pooka109@gmail.com>
Date: Thu, 14 Apr 2005 17:08:35 +0000
Subject: [PATCH] cosmetic fix

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@2469 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
---
 src/nano.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/nano.c b/src/nano.c
index def32d0d..f52778b0 100644
--- a/src/nano.c
+++ b/src/nano.c
@@ -2381,7 +2381,7 @@ void do_spell(void)
     add_open_file(TRUE);
 #endif
 
-    spell_msg = alt_speller != NULL ? do_alt_speller(temp) :
+    spell_msg = (alt_speller != NULL) ? do_alt_speller(temp) :
 	do_int_speller(temp);
     unlink(temp);
     free(temp);
-- 
GitLab