From 485692e6a421bb37c3cb0d1217048558b5cccd22 Mon Sep 17 00:00:00 2001 From: Borja Ferrer Date: Sat, 3 Feb 2007 14:33:43 +0000 Subject: [PATCH] fixed type reported at am50751 --HG-- extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%40433 --- plugins/include/textparse.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/include/textparse.inc b/plugins/include/textparse.inc index 394bae43..c39dc6f7 100644 --- a/plugins/include/textparse.inc +++ b/plugins/include/textparse.inc @@ -176,4 +176,4 @@ functag SMC_RawLine SMCResult:public(Handle:smc, const String:line[], lineno); * @param func SMC_RawLine function. * @noreturn */ -native SMC_SetRawLine(Handle:smc, SMC_Rawline:func); +native SMC_SetRawLine(Handle:smc, SMC_RawLine:func);