mirror of
https://git.proxmox.com/git/grub2
synced 2025-05-30 01:55:19 +00:00
Use return instead of exit () in gentrigtables.c
This commit is contained in:
parent
a9c12f8533
commit
8f41eb5582
@ -44,5 +44,5 @@ main ()
|
|||||||
TAB(sin);
|
TAB(sin);
|
||||||
TAB(cos);
|
TAB(cos);
|
||||||
|
|
||||||
exit (0);
|
return 0;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user