[ros-diffs] [hpoussin] 20159: Move static keyword to the right place

hpoussin at svn.reactos.com hpoussin at svn.reactos.com
Wed Dec 14 09:33:48 CET 2005


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;
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.reactos.org/pipermail/ros-diffs/attachments/20051214/8e053ebf/attachment.html


More information about the Ros-diffs mailing list