From d5903ff90d8aad528c5f47f549563f3730d65d0c Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Sun, 3 May 2009 22:46:38 +0000 Subject: C style comment fix. --- include/Scintilla.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') 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 */ -- cgit v1.2.3