commit ffda704ef687e0255fe88bfa9f83799a0bf6e7a8
parent 6a244b689fd4fead7d8fb0f683a11bf4524e428f
Author: David Lawrence Ramsey <pooka109@gmail.com>
Date: Thu, 14 Apr 2005 17:08:35 +0000
cosmetic fix
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@2469 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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);