From 852cd2db7992b7ba850cfff5ce384a1cdd787569 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Herm=C3=A8s=20B=C3=A9lusca-Ma=C3=AFto?= Date: Wed, 19 Feb 2014 19:23:36 +0000 Subject: [PATCH] [FAST486]: Fix argument type. svn path=/branches/ntvdm/; revision=62255 --- lib/fast486/fast486.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/fast486/fast486.c b/lib/fast486/fast486.c index 28b83817b83..c47814bb526 100644 --- a/lib/fast486/fast486.c +++ b/lib/fast486/fast486.c @@ -46,7 +46,7 @@ static inline VOID NTAPI -Fast486ExecutionControl(PFAST486_STATE State, INT Command) +Fast486ExecutionControl(PFAST486_STATE State, FAST486_EXEC_CMD Command) { UCHAR Opcode; INT ProcedureCallCount = 0;