Browse Source

* fix typo bug in last commit

pierre 23 years ago
parent
commit
38670ef6e1
1 changed files with 5 additions and 2 deletions
  1. 5 2
      ide/fpviews.pas

+ 5 - 2
ide/fpviews.pas

@@ -1137,7 +1137,7 @@ Const
   FreePascalCommentPrefix2 : string[2] = '(*';
   FreePascalCommentPrefix3 : string[2] = '//';
   FreePascalCommentSingleLinePrefix : string[2] = '//';
-  FreePascalCommentSuffix1 : string[1] = '{';
+  FreePascalCommentSuffix1 : string[1] = '}';
   FreePascalCommentSuffix2 : string[2] = '*)';
   FreePascalStringPrefix : string[1] = '''';
   FreePascalStringSuffix : string[1] = '''';
@@ -4360,7 +4360,10 @@ end;
 END.
 {
   $Log$
-  Revision 1.32  2002-09-12 08:42:07  pierre
+  Revision 1.33  2002-09-12 08:49:10  pierre
+   * fix typo bug in last commit
+
+  Revision 1.32  2002/09/12 08:42:07  pierre
    * removed lots of unnecessary copies of strings for syntax highlighting
 
   Revision 1.31  2002/09/11 11:23:48  pierre