diff options
author | nyamatongwe <unknown> | 2001-11-13 07:32:24 +0000 |
---|---|---|
committer | nyamatongwe <unknown> | 2001-11-13 07:32:24 +0000 |
commit | 8fd9f821541412f087fe1e6cd1cb23cff3711e20 (patch) | |
tree | 2fa1e05975dba75aa666d93823db6f249bb656da /src | |
parent | 152458ab5a103daab67a85552ebe11eef64a159f (diff) | |
download | scintilla-mirror-8fd9f821541412f087fe1e6cd1cb23cff3711e20.tar.gz |
Formatting.
Diffstat (limited to 'src')
-rw-r--r-- | src/ScintillaBase.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ScintillaBase.cxx b/src/ScintillaBase.cxx index 4863dbcb7..831d9fc34 100644 --- a/src/ScintillaBase.cxx +++ b/src/ScintillaBase.cxx @@ -195,7 +195,7 @@ void ScintillaBase::AutoCompleteStart(int lenEntered, const char *list) { pdoc->InsertString(currentPos, list + lenEntered); SetEmptySelection(currentPos + strlen(list + lenEntered)); } - return ; + return; } } ac.Start(wMain, idAutoComplete, currentPos, lenEntered); |