From 5edb645227c00c63badc4fb3cccefa4d7e1bb547 Mon Sep 17 00:00:00 2001 From: Szczepan Zalega Date: Tue, 19 Jun 2018 14:23:47 +0200 Subject: Add missing struct keyword Signed-off-by: Szczepan Zalega --- NK_C_API.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NK_C_API.h b/NK_C_API.h index 97169d1..274f908 100644 --- a/NK_C_API.h +++ b/NK_C_API.h @@ -666,7 +666,7 @@ extern "C" { * @param out the output pointer for the storage status * @return command processing error code */ - NK_C_API int NK_get_status_storage(NK_storage_status* out); + NK_C_API int NK_get_status_storage(struct NK_storage_status* out); /** * Get SD card usage attributes as string. -- cgit v1.2.1