mirror of
https://github.com/Interlisp/maiko.git
synced 2026-02-03 23:23:03 +00:00
Remove extra semicolons, convert #define x() {...} to do {...} while (0) style (#444)
* Remove extra semicolons, convert #define x() {...} to do {...} while (0) style
* Fix missing brace in INIT-specific definition of init_kbd_startup
This commit is contained in:
@@ -73,7 +73,7 @@ void Set_BitGravity(XButtonEvent *event, DspInterface dsp, Window window, int gr
|
||||
case NorthEastGravity: OldWindow = dsp->NEGrav; break;
|
||||
case SouthWestGravity: OldWindow = dsp->SWGrav; break;
|
||||
case SouthEastGravity: OldWindow = dsp->SEGrav; break;
|
||||
};
|
||||
}
|
||||
|
||||
dsp->BitGravity = grav;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user