From b77109f7c6cbce94870fbdc53b877cfc0314f84f Mon Sep 17 00:00:00 2001 From: Ivan Yarcev Date: Tue, 19 Sep 2023 17:50:26 +0600 Subject: [PATCH] Empty id check added --- source/ubl-strings.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/ubl-strings.h b/source/ubl-strings.h index 29520a7..49c9de2 100644 --- a/source/ubl-strings.h +++ b/source/ubl-strings.h @@ -53,4 +53,4 @@ #define COPY_SUCCESS_LABEL _("Machine ID has been copied") -#define ID_EMPTY_LABEL _("ID field can't be empty!"); \ No newline at end of file +#define ID_EMPTY_LABEL _("ID field can't be empty!") \ No newline at end of file