From 2cc59ac721bc2c0495cc861c677cbfe8fd32d0bf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Hrdli=C4=8Dka?= <13226155+dhrdlicka@users.noreply.github.com> Date: Sun, 24 Aug 2025 20:51:09 +0200 Subject: [PATCH] Fix build --- src/include/86box/86box.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/include/86box/86box.h b/src/include/86box/86box.h index 2906cf31f..521e50965 100644 --- a/src/include/86box/86box.h +++ b/src/include/86box/86box.h @@ -198,7 +198,7 @@ extern int open_dir_usr_path; /* default file open dialog directory of usr_ extern char uuid[MAX_UUID_LEN]; /* UUID or machine identifier */ extern char vmm_path[1024]; /* VM Manager path to scan */ extern int start_vmm; /* the current execution will start the manager */ -extern int portable_mode /* we are running in portable mode +extern int portable_mode; /* we are running in portable mode (global dirs = exe path) */ #ifndef USE_NEW_DYNAREC