Fix a compilation error.
authorHermès Bélusca-Maïto <hermes.belusca-maito@reactos.org>
Tue, 17 Sep 2013 23:10:26 +0000 (23:10 +0000)
committerHermès Bélusca-Maïto <hermes.belusca-maito@reactos.org>
Tue, 17 Sep 2013 23:10:26 +0000 (23:10 +0000)
svn path=/branches/ntvdm/; revision=60194

lib/soft386/common.c

index 385fd5e..46dfc67 100644 (file)
@@ -20,7 +20,7 @@
 
 /* PRIVATE FUNCTIONS **********************************************************/
 
 
 /* PRIVATE FUNCTIONS **********************************************************/
 
-static FORCEINLINE
+static /* FORCEINLINE */
 ULONG
 Soft386GetPageTableEntry(PSOFT386_STATE State,
                          ULONG VirtualAddress)
 ULONG
 Soft386GetPageTableEntry(PSOFT386_STATE State,
                          ULONG VirtualAddress)