diff options
| author | XaviDCR92 <xavi.dcr@gmail.com> | 2018-03-10 14:30:40 +0100 |
|---|---|---|
| committer | XaviDCR92 <xavi.dcr@gmail.com> | 2018-03-10 14:30:40 +0100 |
| commit | 6adb0a08c89a84ff7dc656e2cc379a100e22efe3 (patch) | |
| tree | 0939468e18a8fc7c2288407d9fcb8508af30e011 /Source/LoadMenu.c | |
| parent | baa647ad7caf95ea2619d8456bcfd0f04a08a719 (diff) | |
| download | airport-6adb0a08c89a84ff7dc656e2cc379a100e22efe3.tar.gz | |
* Menu.c: bugfix for PLT level list.
* Minor: added whitespace to "sizeof" operand.
Diffstat (limited to 'Source/LoadMenu.c')
| -rw-r--r-- | Source/LoadMenu.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/LoadMenu.c b/Source/LoadMenu.c index e7914a9..77465ee 100644 --- a/Source/LoadMenu.c +++ b/Source/LoadMenu.c @@ -126,8 +126,8 @@ void LoadMenuInit(void) first_load = true; LoadMenuLoadFileList( LoadMenuFiles, LoadMenuDest, - sizeof(LoadMenuFiles) / sizeof(char*), - sizeof(LoadMenuDest) / sizeof(void*)); + sizeof (LoadMenuFiles) / sizeof (char*), + sizeof (LoadMenuDest) / sizeof (void*)); } FontSetSize(&SmallFont, SMALL_FONT_SIZE); |
