change comment-style in .c file

This commit is contained in:
Hiltjo Posthuma 2021-07-12 12:51:52 +02:00
parent 378a1c8b30
commit 6a14319331
1 changed files with 1 additions and 1 deletions

View File

@ -1052,7 +1052,7 @@ showoverlay(int idx)
if (overlay[i].keysym == XK_Cancel) {
break;
}
//certain modifier keys and basic keys are excluded from being overlayed:
/* certain modifier keys and basic keys are excluded from being overlayed: */
while (keys[j].keysym == 0 || keys[j].keysym == XK_Shift_L ||
keys[j].keysym == XK_Shift_R || keys[j].keysym == XK_Control_L ||
keys[j].keysym == XK_Control_R || keys[j].keysym == XK_Alt_L ||