mirror of
https://git.proxmox.com/git/grub2
synced 2025-05-28 19:37:48 +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(cos);
|
||||
|
||||
exit (0);
|
||||
return 0;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user