From d91d69f72e8da46c4466949c01659a801ad5771d Mon Sep 17 00:00:00 2001 From: David Anderson Date: Wed, 20 Aug 2014 00:06:33 -0700 Subject: [PATCH] Remove newline. --- sourcepawn/compiler/sc3.c | 1 - 1 file changed, 1 deletion(-) diff --git a/sourcepawn/compiler/sc3.c b/sourcepawn/compiler/sc3.c index ff509bb3..f7dbb77b 100644 --- a/sourcepawn/compiler/sc3.c +++ b/sourcepawn/compiler/sc3.c @@ -481,7 +481,6 @@ static int functag_compare(const functag_t *formal, const functag_t *actual) } const funcarg_t *actual_arg = &actual->args[i]; - if (!funcarg_compare(formal_arg, actual_arg)) return FALSE; }