From 3482a9e7cefde76db040fe0e921c622df9aa7a57 Mon Sep 17 00:00:00 2001 From: uz Date: Sun, 3 Aug 2008 20:09:03 +0000 Subject: [PATCH] Fixed a comment git-svn-id: svn://svn.cc65.org/cc65/trunk@3868 b7a2c559-68d2-44c3-8de9-860c34a00d81 --- src/cc65/expr.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/cc65/expr.c b/src/cc65/expr.c index 8ce49b765..a962818e4 100644 --- a/src/cc65/expr.c +++ b/src/cc65/expr.c @@ -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); -- 2.39.5