From d37783706cf600792ba35eb0d0a81b06badb4f3d Mon Sep 17 00:00:00 2001 From: Falk Werner Date: Fri, 22 Feb 2019 16:46:13 +0100 Subject: [PATCH] fixed some broken header guards --- lib/wsfs/jsonrpc/response.h | 2 +- lib/wsfs/jsonrpc/util.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/wsfs/jsonrpc/response.h b/lib/wsfs/jsonrpc/response.h index fdfa67a..9e0e0cb 100644 --- a/lib/wsfs/jsonrpc/response.h +++ b/lib/wsfs/jsonrpc/response.h @@ -1,5 +1,5 @@ #ifndef _WSFS_JSONRPC_RESPONSE_H -#define _WFSF_JSONRPC_RESPONSE_H +#define _WSFS_JSONRPC_RESPONSE_H #ifndef __cplusplus #include diff --git a/lib/wsfs/jsonrpc/util.h b/lib/wsfs/jsonrpc/util.h index 9e0041d..5bbc05b 100644 --- a/lib/wsfs/jsonrpc/util.h +++ b/lib/wsfs/jsonrpc/util.h @@ -1,5 +1,5 @@ #ifndef _WSFS_JSON_UTIL_H -#define _WFSF_JSON_UTIL_H +#define _WSFS_JSON_UTIL_H #include