diff options
| -rw-r--r-- | include/Scintilla.h | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/include/Scintilla.h b/include/Scintilla.h index b31e81831..a72b1abbe 100644 --- a/include/Scintilla.h +++ b/include/Scintilla.h @@ -850,7 +850,7 @@ struct SCNotification {  	int ch;		/* SCN_CHARADDED, SCN_KEY */  	int modifiers;	/* SCN_KEY */  	int modificationType;	/* SCN_MODIFIED */ -	const char *text;	// SCN_MODIFIED, SCN_USERLISTSELECTION, SCN_AUTOCSELECTION */ +	const char *text;	/* SCN_MODIFIED, SCN_USERLISTSELECTION, SCN_AUTOCSELECTION */  	int length;		/* SCN_MODIFIED */  	int linesAdded;	/* SCN_MODIFIED */  	int message;	/* SCN_MACRORECORD */ | 
