summaryrefslogtreecommitdiffhomepage
path: root/Source/Json.cxx
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal.elmahrouss@icloud.com>2024-01-26 12:43:00 +0100
committerAmlal El Mahrouss <amlal.elmahrouss@icloud.com>2024-01-26 12:43:24 +0100
commitae89bf9564c59ea3aee10f175d473e562af793f8 (patch)
treeedd0f19b3fe1939fa23e9985a7ed14fe5b48fbe9 /Source/Json.cxx
parent5d712c34f9254351e5c9f6fd4c465b42114661d0 (diff)
h-core: update copyright year.
add linker json for PEF targets. Signed-off-by: Amlal El Mahrouss <amlal.elmahrouss@icloud.com>
Diffstat (limited to 'Source/Json.cxx')
-rw-r--r--Source/Json.cxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/Source/Json.cxx b/Source/Json.cxx
index fe086271..25987f70 100644
--- a/Source/Json.cxx
+++ b/Source/Json.cxx
@@ -2,7 +2,7 @@
* ========================================================
*
* hCore
-* Copyright Mahrouss Logic, all rights reserved.
+* Copyright 2024 Mahrouss Logic, all rights reserved.
*
* ========================================================
*/
@@ -11,4 +11,5 @@
using namespace hCore;
-JsonType JsonType::kUndefined(1, 1); \ No newline at end of file
+/// @brief Undefined object, is null in length.
+JsonType JsonType::kUndefined(0, 0); \ No newline at end of file