From e0418d46f1965aee6fee78d8201d6dca5120364f Mon Sep 17 00:00:00 2001 From: Eshan Roy Date: Wed, 20 Nov 2024 11:03:29 +0530 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9E=20fix(=5Fblank):=20semiclon=20miss?= =?UTF-8?q?ed?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- qt/snigdhaosblackbox.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qt/snigdhaosblackbox.cpp b/qt/snigdhaosblackbox.cpp index e5051aa..db70cc4 100644 --- a/qt/snigdhaosblackbox.cpp +++ b/qt/snigdhaosblackbox.cpp @@ -10,7 +10,7 @@ #include #include -const char* INTERNET_CHECK_URL = "https://snigdha-os.github.io/" +const char* INTERNET_CHECK_URL = "https://snigdha-os.github.io/"; SnigdhaOSBlackBox::SnigdhaOSBlackBox(QWidget *parent, Qstring state) : QMainWindow(parent)