From bfc2f6ad73d6580231d9cc5b6af0cbcdcaedc923 Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Wed, 13 Jun 2012 09:09:20 +1000 Subject: Fix extra comma. Bug #3534667. --- include/Scintilla.iface | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') 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,) -- cgit v1.2.3