aboutsummaryrefslogtreecommitdiff
path: root/src/ucg
diff options
context:
space:
mode:
authorJeroen van Rijn <Kelimion@users.noreply.github.com>2024-07-01 20:23:48 +0200
committerJeroen van Rijn <Kelimion@users.noreply.github.com>2024-07-01 20:23:48 +0200
commitc2ab2bf25a0a823b70d03c9255931e5d1263b3fb (patch)
treed1b5a1b9b9ba93f11a8c8b498524d43121ca423e /src/ucg
parentb4ca044ae024863fe8c8defbdd603d96f7ab466c (diff)
Add UTF-8 BOM for ucg.c, because reasons.
Diffstat (limited to 'src/ucg')
-rw-r--r--src/ucg/ucg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ucg/ucg.c b/src/ucg/ucg.c
index c3e270e1a..1e969844f 100644
--- a/src/ucg/ucg.c
+++ b/src/ucg/ucg.c
@@ -1,4 +1,4 @@
-/*
+/*
* SPDX-FileCopyrightText: (c) 2024 Feoramund
* SPDX-License-Identifier: BSD-3-Clause
*/