aboutsummaryrefslogtreecommitdiff
path: root/ed.inputl.c
diff options
context:
space:
mode:
Diffstat (limited to 'ed.inputl.c')
-rw-r--r--ed.inputl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ed.inputl.c b/ed.inputl.c
index bd8cf7815f4b..8d4c341631b0 100644
--- a/ed.inputl.c
+++ b/ed.inputl.c
@@ -862,7 +862,7 @@ SpellLine(int cmdonly)
/*
* This hack avoids correcting drive letter changes
*/
- if((Cursor - InputBuf) != 2 || (char)InputBuf[1] != ':')
+ if ((Cursor - InputBuf) != 2 || (char)InputBuf[1] != ':')
#endif /* WINNT_NATIVE */
{
#ifdef HASH_SPELL_CHECK