From c4ccd026ae52aeb8d7ea241413423821937d9e98 Mon Sep 17 00:00:00 2001 From: Norayr Chilingarian Date: Sat, 19 Jul 2025 23:48:41 +0400 Subject: [PATCH] small fix. --- src/vpkSyncer.Mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/vpkSyncer.Mod b/src/vpkSyncer.Mod index 5a62973..703c51b 100644 --- a/src/vpkSyncer.Mod +++ b/src/vpkSyncer.Mod @@ -86,7 +86,7 @@ BEGIN Out.Ln; END; END; - Out.String(Fetch process completed."); Out.Ln; + Out.String("Fetch process completed."); Out.Ln; END fetch; END vpkSyncer.