From 4252e065f7b8db7caa5a7b2b2f802adf58105d06 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Michal=20Mal=C3=BD?= Date: Wed, 17 Aug 2016 10:44:25 +0200 Subject: [PATCH] Fix a typo in the header guard --- libhpcs_p.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libhpcs_p.h b/libhpcs_p.h index 5e850a2..e78ba12 100644 --- a/libhpcs_p.h +++ b/libhpcs_p.h @@ -1,5 +1,5 @@ #ifndef LIBHPCS_P_H -#define LIBHCPS_P_H +#define LIBHPCS_P_H #ifdef __cplusplus extern "C" { -- 2.43.5