A fix to 86box.c.

This commit is contained in:
OBattler
2021-09-02 21:23:46 +02:00
parent 695da3f71c
commit ef03d2c4b9

View File

@@ -385,8 +385,8 @@ pc_init(int argc, char *argv[])
char temp[128];
struct tm *info;
time_t now;
int c, ng;
int lvmp;
int c;
int ng = 0, lvmp = 0;
uint32_t *uid, *shwnd;
/* Grab the executable's full path. */