# HG changeset patch # User Michael Spacefalcon # Date 1398748689 0 # Node ID 70631c246df05c5bbf6fdd43787517460225bc24 # Parent 25d3ead621f8cacbcdb6e5517302f11e449ec4f9 tiobjd ctypes: buglet in the -bb mode diff -r 25d3ead621f8 -r 70631c246df0 leo-obj/tool/richsym.c --- a/leo-obj/tool/richsym.c Tue Apr 29 04:49:17 2014 +0000 +++ b/leo-obj/tool/richsym.c Tue Apr 29 05:18:09 2014 +0000 @@ -344,7 +344,7 @@ if (sym->scnum != -1) printf("\t/* MOS/MOU section != ABS! */\n"); else if (richsym_print_bitsize >= 2) - printf("\t/* offset: %u bits\n", sym->value); + printf("\t/* offset: %u bits */\n", sym->value); richsym_print_in_c("\t", sym, 0); continue; case C_MOE: