diff options
author | nyamatongwe <unknown> | 2009-05-03 22:46:38 +0000 |
---|---|---|
committer | nyamatongwe <unknown> | 2009-05-03 22:46:38 +0000 |
commit | d5903ff90d8aad528c5f47f549563f3730d65d0c (patch) | |
tree | 06e38cccca17ab67b87d3ae5ed5f66401b27f0d0 | |
parent | 333ea3c38156a54b7de9cc5c826dc3fa6d77887a (diff) | |
download | scintilla-mirror-d5903ff90d8aad528c5f47f549563f3730d65d0c.tar.gz |
C style comment fix.
-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 */ |