From cd745d1df7f69613b6a788b9ee6a3d83e84a37db Mon Sep 17 00:00:00 2001 From: Tobias Fella Date: Sun, 3 Oct 2021 13:43:20 +0200 Subject: [PATCH] Minor fixes --- src/blurhash.cpp | 2 +- src/blurhash.h | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/blurhash.cpp b/src/blurhash.cpp index 0495c7f5a..a12427d05 100644 --- a/src/blurhash.cpp +++ b/src/blurhash.cpp @@ -1,5 +1,5 @@ // SPDX-FileCopyrightText: 2018 Wolt Enterprises -// SPDX-License-Identifiert: MIT +// SPDX-License-Identifier: MIT #include "blurhash.h" diff --git a/src/blurhash.h b/src/blurhash.h index aa5b07114..d99967539 100644 --- a/src/blurhash.h +++ b/src/blurhash.h @@ -1,5 +1,5 @@ // SPDX-FileCopyrightText: 2018 Wolt Enterprises -// SPDX-License-Identifiert: MIT +// SPDX-License-Identifier: MIT #pragma once @@ -11,4 +11,4 @@ uint8_t *decode(const char *blurhash, int width, int height, int punch, int nChannels); -bool isValidBlurhash(const char *blurhash); \ No newline at end of file +bool isValidBlurhash(const char *blurhash);