]> git.sur5r.net Git - cc65/commitdiff
Fixed a comment
authoruz <uz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Sun, 3 Aug 2008 20:09:03 +0000 (20:09 +0000)
committeruz <uz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Sun, 3 Aug 2008 20:09:03 +0000 (20:09 +0000)
git-svn-id: svn://svn.cc65.org/cc65/trunk@3868 b7a2c559-68d2-44c3-8de9-860c34a00d81

src/cc65/expr.c

index 8ce49b765aab97c7daefe2b397d001b74ee137a3..a962818e46fa7f2c8c052908f8ce088ac808dcb0 100644 (file)
@@ -692,8 +692,8 @@ static void Primary (ExprDesc* E)
                     /* C99 doesn't allow calls to undefined functions, so
                      * generate an error and otherwise a warning. Declare a
                      * function returning int. For that purpose, prepare a
-                     * function signature for a function having an empty param list
-                     * and returning int.
+                     * function signature for a function having an empty param
+                     * list and returning int.
                      */
                     if (IS_Get (&Standard) >= STD_C99) {
                         Error ("Call to undefined function `%s'", Ident);