From c8d6ca908db019dfeacb924cfe44ffff73c823dc Mon Sep 17 00:00:00 2001
From: Oliver Schmidt
Date: Mon, 23 Oct 2017 18:22:51 +0200
Subject: [PATCH] Minor style fix.
---
src/cc65/expr.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/cc65/expr.c b/src/cc65/expr.c
index acfd95fed..dfd5366bb 100644
--- a/src/cc65/expr.c
+++ b/src/cc65/expr.c
@@ -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
--
2.39.5