1
0
mirror of https://github.com/cc65/cc65.git synced 2024-06-17 00:29:31 +00:00

Minor style fix.

This commit is contained in:
Oliver Schmidt 2017-10-23 18:22:51 +02:00
parent 4da1d3232f
commit c8d6ca908d

View 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