https://git.reactos.org/?p=reactos.git;a=commitdiff;h=3463b2db9fc08e5ebe2f5b146d3fe12248f632f3

commit 3463b2db9fc08e5ebe2f5b146d3fe12248f632f3
Author:     Joachim Henze <[email protected]>
AuthorDate: Tue Jan 22 19:20:47 2019 +0100
Commit:     Joachim Henze <[email protected]>
CommitDate: Tue Jan 22 19:20:47 2019 +0100

    [CDFS] Addendum to last commit CORE-15659
    
    #endif placed wrong.
    Thx Pierre Schweitzer, Thomas Faber, Serge Gautherie
---
 drivers/filesystems/cdfs/cdprocs.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/filesystems/cdfs/cdprocs.h 
b/drivers/filesystems/cdfs/cdprocs.h
index 4cff63837a..d90591772d 100644
--- a/drivers/filesystems/cdfs/cdprocs.h
+++ b/drivers/filesystems/cdfs/cdprocs.h
@@ -1838,8 +1838,8 @@ CdRaiseStatusEx (
 
 #ifdef __REACTOS__
 static //  make windows gcc release build compile
-INLINE
 #endif
+INLINE
 DECLSPEC_NORETURN
 VOID
 CdRaiseStatusEx(

Reply via email to