]> git.sur5r.net Git - cc65/commitdiff
Minor style fix.
authorOliver Schmidt <ol.sc@web.de>
Mon, 23 Oct 2017 16:22:51 +0000 (18:22 +0200)
committerOliver Schmidt <ol.sc@web.de>
Mon, 23 Oct 2017 16:22:51 +0000 (18:22 +0200)
src/cc65/expr.c

index acfd95fed1d37fcc9de682b4d3820e9bd393a1cf..dfd5366bb48b8a45e080879c201ab3ebade4f97f 100644 (file)
@@ -537,7 +537,7 @@ static void FunctionCall (ExprDesc* Expr)
     if (IsFuncPtr) {
 
         if (Func->WrappedCall) {
-            Warning("Calling a wrapped function via a pointer, wrapped-call will not be used");
+            Warning ("Calling a wrapped function via a pointer, wrapped-call will not be used");
         }
 
         /* If the function is not a fastcall function, load the pointer to