aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--curses/ScintillaCurses.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/curses/ScintillaCurses.h b/curses/ScintillaCurses.h
index 733c89cf6..d00e98392 100644
--- a/curses/ScintillaCurses.h
+++ b/curses/ScintillaCurses.h
@@ -16,7 +16,8 @@ extern "C" {
* @param callback A callback function for Scintilla notifications.
*/
void *scintilla_new(
- void (*callback)(void *sci, int iMessage, SCNotification *n, void *userdata), void *userdata);
+ void (*callback)(void *sci, int iMessage, SCNotification *n, void *userdata),
+ void *userdata);
/**
* Returns the curses `WINDOW` associated with the given Scintilla window.
* Curses must have been initialized prior to calling this function.