Move static keyword to the right place
Modified: trunk/reactos/lib/setupapi/queue.c

Modified: trunk/reactos/lib/setupapi/queue.c
--- trunk/reactos/lib/setupapi/queue.c	2005-12-14 03:30:22 UTC (rev 20158)
+++ trunk/reactos/lib/setupapi/queue.c	2005-12-14 08:33:43 UTC (rev 20159)
@@ -933,7 +933,7 @@
     return ret;
 }
 
-BOOL static do_file_copyW( LPCWSTR source, LPCWSTR target, DWORD style)
+static BOOL do_file_copyW( LPCWSTR source, LPCWSTR target, DWORD style)
 {
     BOOL rc = FALSE;
     BOOL docopy = TRUE;