From a43f62615b8d3d25c0053d10f443f718184f3abb Mon Sep 17 00:00:00 2001 From: David Anderson Date: Tue, 7 Feb 2006 12:19:37 +0000 Subject: [PATCH] stupid typo --- dlls/engine/amxxmodule.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dlls/engine/amxxmodule.h b/dlls/engine/amxxmodule.h index 85f7985d..3d20f50e 100755 --- a/dlls/engine/amxxmodule.h +++ b/dlls/engine/amxxmodule.h @@ -2026,7 +2026,7 @@ typedef void (*PFN_MERGEDEFINITION_FILE) (const char * /*filename*/); typedef const char * (*PFN_FORMAT) (const char * /*fmt*/, ... /*params*/); typedef void (*PFN_REGISTERFUNCTION) (void * /*pfn*/, const char * /*desc*/); typedef int (*PFN_AMX_PUSH) (AMX * /*amx*/, cell /*value*/); -typedef int (*PFN_SET_TEAM_INFO) (int /*player */, int /*teamid */, const char */*name */); +typedef int (*PFN_SET_TEAM_INFO) (int /*player */, int /*teamid */, const char * /*name */); extern PFN_ADD_NATIVES g_fn_AddNatives; extern PFN_BUILD_PATHNAME g_fn_BuildPathname;