mirror of
https://github.com/cc65/cc65.git
synced 2025-01-11 11:30:13 +00:00
Minor style fix.
This commit is contained in:
parent
4da1d3232f
commit
c8d6ca908d
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user