Browse Source

* moved an \end{description} so that the user manual compiles again.

git-svn-id: trunk@16782 -
marco 14 years ago
parent
commit
ee3004a350
1 changed files with 1 additions and 2 deletions
  1. 1 2
      compiler/msg/errore.msg

+ 1 - 2
compiler/msg/errore.msg

@@ -1359,14 +1359,13 @@ parser_e_class_methods_only_static_in_records=03301_E_Class methods must be stat
 % Records have no inheritance and therefore non static class methods have no sence for them.
 parser_e_no_constructor_in_records=03302_E_Constructors aren't allowed in records
 % Constructor declarations aren't allowed in records.
-% \end{description}
 parser_e_at_least_one_argument_must_be_of_type=03303_E_Either the result or at least one parameter must be of type "$1"
 % It is required that either the result of the routine or at least one of its parameters be of the specified type.
 % For example class operators either take an instance of the structuted type in which they are defined, or they return one.
 parser_e_cant_use_type_parameters_here=03304_E_Type parameters may require initialization/finalization - can't be used in variant records
 % Type parameters may be specialized with types which (e.g. \var{ansistring}) need initialization/finalization
 % code which is implicitly generated by the compiler. 
-#
+% \end{description}
 # Type Checking
 #
 # 04095 is the last used one