diff options
author | nyamatongwe <devnull@localhost> | 2012-06-13 09:09:20 +1000 |
---|---|---|
committer | nyamatongwe <devnull@localhost> | 2012-06-13 09:09:20 +1000 |
commit | f3fe016c73a0d17e80cbf0211943b84a1de6b9d7 (patch) | |
tree | 9ea4c686b860310c0f4758286d8efe81631e861b /include | |
parent | 19e301e1ebe0669873659bad5200ca2367830dae (diff) | |
download | scintilla-mirror-f3fe016c73a0d17e80cbf0211943b84a1de6b9d7.tar.gz |
Fix extra comma. Bug #3534667.
Diffstat (limited to 'include')
-rw-r--r-- | include/Scintilla.iface | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/Scintilla.iface b/include/Scintilla.iface index 42d0ad0ec..24de70917 100644 --- a/include/Scintilla.iface +++ b/include/Scintilla.iface @@ -2131,7 +2131,7 @@ set void SetSelectionNStart=2584(int selection, position pos) get position GetSelectionNStart=2585(int selection,) # Sets the position that ends the selection - this becomes the currentPosition. -set void SetSelectionNEnd=2586(int selection, position pos,) +set void SetSelectionNEnd=2586(int selection, position pos) # Returns the position at the end of the selection. get position GetSelectionNEnd=2587(int selection,) |