Minor fixes
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
// SPDX-FileCopyrightText: 2018 Wolt Enterprises
|
// SPDX-FileCopyrightText: 2018 Wolt Enterprises
|
||||||
// SPDX-License-Identifiert: MIT
|
// SPDX-License-Identifier: MIT
|
||||||
|
|
||||||
#include "blurhash.h"
|
#include "blurhash.h"
|
||||||
|
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
// SPDX-FileCopyrightText: 2018 Wolt Enterprises
|
// SPDX-FileCopyrightText: 2018 Wolt Enterprises
|
||||||
// SPDX-License-Identifiert: MIT
|
// SPDX-License-Identifier: MIT
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
@@ -11,4 +11,4 @@
|
|||||||
|
|
||||||
uint8_t *decode(const char *blurhash, int width, int height, int punch, int nChannels);
|
uint8_t *decode(const char *blurhash, int width, int height, int punch, int nChannels);
|
||||||
|
|
||||||
bool isValidBlurhash(const char *blurhash);
|
bool isValidBlurhash(const char *blurhash);
|
||||||
|
|||||||
Reference in New Issue
Block a user