Minor style fix.
This commit is contained in:
parent
4da1d3232f
commit
c8d6ca908d
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue