diff options
| author | mitchell <unknown> | 2020-03-22 18:33:05 -0400 | 
|---|---|---|
| committer | mitchell <unknown> | 2020-03-22 18:33:05 -0400 | 
| commit | 6c09e990d1906553d1e328502aca5662ef43eb12 (patch) | |
| tree | 3fdde78119a34c7b85786b5a40fb7eb8aaef5ba2 | |
| parent | 4cee064b28d77f2947dc9f4de7fd77401cfd9dc2 (diff) | |
| download | scintilla-mirror-6c09e990d1906553d1e328502aca5662ef43eb12.tar.gz | |
Formatting.
| -rw-r--r-- | curses/ScintillaCurses.h | 3 | 
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. | 
