[ros-diffs] [dgorbachev] 45227: Put #endif where it should be.

dgorbachev at svn.reactos.org dgorbachev at svn.reactos.org
Sun Jan 24 02:47:28 CET 2010


Author: dgorbachev
Date: Sun Jan 24 02:47:27 2010
New Revision: 45227

URL: http://svn.reactos.org/svn/reactos?rev=45227&view=rev
Log:
Put #endif where it should be.

Modified:
    trunk/reactos/ntoskrnl/include/internal/trap_x.h

Modified: trunk/reactos/ntoskrnl/include/internal/trap_x.h
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/ntoskrnl/include/internal/trap_x.h?rev=45227&r1=45226&r2=45227&view=diff
==============================================================================
--- trunk/reactos/ntoskrnl/include/internal/trap_x.h [iso-8859-1] (original)
+++ trunk/reactos/ntoskrnl/include/internal/trap_x.h [iso-8859-1] Sun Jan 24 02:47:27 2010
@@ -11,9 +11,9 @@
 #define UNREACHABLE __builtin_unreachable()
 #else
 #define UNREACHABLE __builtin_trap()
+#endif
 #else /* not __GNUC__ */
 #define UNREACHABLE
-#endif
 #endif
 
 //




More information about the Ros-diffs mailing list