From 916df5a769f19be9283f2994d33ef228baf3fbd5 Mon Sep 17 00:00:00 2001 From: Burer Date: Tue, 3 Feb 2026 13:25:11 +0200 Subject: [PATCH] apps/reshare: fix to previous --- programs/system/reshare/reshare.asm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/programs/system/reshare/reshare.asm b/programs/system/reshare/reshare.asm index 935f19836..809f25aa3 100644 --- a/programs/system/reshare/reshare.asm +++ b/programs/system/reshare/reshare.asm @@ -33,7 +33,7 @@ include "../../dll.inc" include "../../string.inc" include "../../debug-fdo.inc" -include "../develop/libraries/libs-dev/libimg/libimg.inc" +include "../../develop/libraries/libs-dev/libimg/libimg.inc" include "checkbox.inc"