dtwm: remove register keyword

This commit is contained in:
Jon Trulson
2018-06-27 17:54:24 -06:00
parent 2d7c1db6fc
commit c1227cc629
13 changed files with 38 additions and 38 deletions
+1 -1
View File
@@ -724,7 +724,7 @@ static void CancelCB (Widget w, caddr_t client_data, caddr_t call_data)
void ConfirmAction (WmScreenData *pSD, int nbr)
{
Arg args[8];
register int n;
int n;
int x, y;
Dimension width, height;
Widget dialogShellW = NULL;