]> git.sur5r.net Git - cc65/blobdiff - src/cc65/typeconv.h
Fixed the cc65 code that handled an addition of a pointer to a 32-bit offset.
[cc65] / src / cc65 / typeconv.h
index dd819e638227438a91a2e67211d612863309ce1f..8321aded41633f640786c6053a1fdae4720478a2 100644 (file)
@@ -51,9 +51,9 @@
 
 void TypeConversion (ExprDesc* Expr, Type* NewType);
 /* Do an automatic conversion of the given expression to the new type. Output
- * warnings or errors where this automatic conversion is suspicious or
- * impossible.
- */
+** warnings or errors where this automatic conversion is suspicious or
+** impossible.
+*/
 
 void TypeCast (ExprDesc* Expr);
 /* Handle an explicit cast. */