role.c compilation bit (trunk only)

gcc warnings noticed a mismatch in a format string
This commit is contained in:
cohrs
2009-03-22 17:02:28 +00:00
parent d70a61f85d
commit 694a330a24

View File

@@ -1573,7 +1573,7 @@ winid where;
add_menu(where, NO_GLYPH, &any, 'q',
0, ATR_NONE, "Quit", MENU_UNSELECTED);
} else {
impossible("role_menu_extra: bad arg (%s)", which);
impossible("role_menu_extra: bad arg (%d)", which);
}
}