Skip to content

Commit 29ff717

Browse files
author
Nat!
committed
one less error :-/
1 parent 005c598 commit 29ff717

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/mulle-objc-universe-fail.c

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -209,9 +209,9 @@ static inline void *mulle_objc_create_debug_symbol( const char* symbol_name, v
209209

210210

211211
#if defined( _WIN32) && ! defined( __GNUC__)
212-
# define FUNCTION_POINTER_MULLE_C_NO_RETURN
212+
# define FUNCTION_POINTER_MULLE_C_NO_RETURN
213213
# else
214-
# define FUNCTION_POINTER_MULLE_C_NO_RETURN MULLE_C_NO_RETURN
214+
# define FUNCTION_POINTER_MULLE_C_NO_RETURN MULLE_C_NO_RETURN
215215
#endif
216216

217217

@@ -228,7 +228,6 @@ static void mulle_objc_call_debug_symbol( void (*f)( char *, va_list *) FUNCTIO
228228
_mulle_objc_vprintf_abort( format, args);
229229
va_end( args);
230230
}
231-
#endif
232231

233232

234233
char *mulle_objc_known_name_for_uniqueid( mulle_objc_uniqueid_t uniqueid)

0 commit comments

Comments
 (0)