From: Michal MalĂ˝ Date: Wed, 17 Aug 2016 08:44:25 +0000 (+0200) Subject: Fix a typo in the header guard X-Git-Url: https://gitweb.devoid-pointer.net/?a=commitdiff_plain;h=4252e065f7b8db7caa5a7b2b2f802adf58105d06;p=libHPCS.git Fix a typo in the header guard --- 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" {