role.c compilation bit (trunk only)
gcc warnings noticed a mismatch in a format string
This commit is contained in:
+1
-1
@@ -1573,7 +1573,7 @@ winid where;
|
|||||||
add_menu(where, NO_GLYPH, &any, 'q',
|
add_menu(where, NO_GLYPH, &any, 'q',
|
||||||
0, ATR_NONE, "Quit", MENU_UNSELECTED);
|
0, ATR_NONE, "Quit", MENU_UNSELECTED);
|
||||||
} else {
|
} else {
|
||||||
impossible("role_menu_extra: bad arg (%s)", which);
|
impossible("role_menu_extra: bad arg (%d)", which);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user