Minor fixes

This commit is contained in:
Tobias Fella
2021-10-03 13:43:20 +02:00
parent 5bf0aa7a68
commit cd745d1df7
2 changed files with 3 additions and 3 deletions

View File

@@ -1,5 +1,5 @@
// SPDX-FileCopyrightText: 2018 Wolt Enterprises
// SPDX-License-Identifiert: MIT
// SPDX-License-Identifier: MIT
#include "blurhash.h"

View File

@@ -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);
bool isValidBlurhash(const char *blurhash);