1
0
Fork 0
mirror of git://git.code.sf.net/p/cdesktopenv/code synced 2025-03-09 15:50:02 +00:00

dtcalc: remove register keyword

This commit is contained in:
Jon Trulson 2018-06-27 16:10:16 -06:00
parent f4776c21d7
commit b7599ec2a2

View file

@ -3316,7 +3316,7 @@ modelineValueChanged(Widget widget, XtPointer client_data, XtPointer call_data)
static void
create_menu_bar(Widget parent)
{
register int n;
int n;
int count;
Widget WidgList[10];
Arg args[5];