diff --git a/tools/qfcc/source/dump_modules.c b/tools/qfcc/source/dump_modules.c index 404f85172..d55195aaa 100644 --- a/tools/qfcc/source/dump_modules.c +++ b/tools/qfcc/source/dump_modules.c @@ -65,8 +65,8 @@ dump_methods (progs_t *pr, pr_method_list_t *methods, int class) types = PR_GetString (pr, method->method_types); else types = ""; - printf (" %c%s %d @ %x %s\n", mark, sel_id, - method->method_imp, + printf (" %c%s %d @ %x %s\n", + mark, sel_id, method->method_imp, PR_SetPointer (pr, method), types); method++; }