fix: vagrant reports "Conditional jump or move depends on uninitialised value"

This commit is contained in:
surtur 2020-06-26 18:45:19 +02:00
parent 42f8309c97
commit ff4e282d70
Signed by: wanderer
GPG Key ID: 19CE1EC1D9E0486D

2
main.c

@ -62,7 +62,7 @@ void do_magic(uint arr_len){
int main() int main()
{ {
int selection, arr_len=0; int selection=0, arr_len=0;
print_banner(); print_banner();