aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authornyamatongwe <devnull@localhost>2001-04-24 08:34:13 +0000
committernyamatongwe <devnull@localhost>2001-04-24 08:34:13 +0000
commit7e11fe32578b12b2a48419fd3f4d2bbfe92d53d5 (patch)
treed66d9c7c96fba42529d3d240facbf83301d47113
parentea513c5ff257fc04bc2d5eb4297febd34e6cb660 (diff)
downloadscintilla-mirror-7e11fe32578b12b2a48419fd3f4d2bbfe92d53d5.tar.gz
Fixed spaces in makefile.
-rw-r--r--win32/scintilla.mak2
1 files changed, 1 insertions, 1 deletions
diff --git a/win32/scintilla.mak b/win32/scintilla.mak
index f9a757646..5d6d9a3f5 100644
--- a/win32/scintilla.mak
+++ b/win32/scintilla.mak
@@ -114,7 +114,7 @@ LEXOBJS=\
$(DIR_O)\LexPascal.obj \
$(DIR_O)\LexPerl.obj \
$(DIR_O)\LexPython.obj \
- $(DIR_O)\LexRuby.obj \
+ $(DIR_O)\LexRuby.obj \
$(DIR_O)\LexSQL.obj \
$(DIR_O)\LexVB.obj