diff options
| author | Jeroen van Rijn <Kelimion@users.noreply.github.com> | 2024-07-01 20:23:48 +0200 |
|---|---|---|
| committer | Jeroen van Rijn <Kelimion@users.noreply.github.com> | 2024-07-01 20:23:48 +0200 |
| commit | c2ab2bf25a0a823b70d03c9255931e5d1263b3fb (patch) | |
| tree | d1b5a1b9b9ba93f11a8c8b498524d43121ca423e /src/ucg/ucg.c | |
| parent | b4ca044ae024863fe8c8defbdd603d96f7ab466c (diff) | |
Add UTF-8 BOM for ucg.c, because reasons.
Diffstat (limited to 'src/ucg/ucg.c')
| -rw-r--r-- | src/ucg/ucg.c | 2 |
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 */ |