From 9a76af0e0a0cfaa787d4edec48a3ca8fc379e53d Mon Sep 17 00:00:00 2001 From: vanhofen Date: Wed, 26 Dec 2018 15:04:27 +0100 Subject: [PATCH] includes: fix typo Origin commit data ------------------ Branch: master Commit: https://github.com/neutrino-images/ni-libstb-hal/commit/fc72dd5104a48da34e01a961d5f2f612113df888 Author: vanhofen Date: 2018-12-26 (Wed, 26 Dec 2018) Origin message was: ------------------ - includes: fix typo ------------------ No further description and justification available within origin commit message! ------------------ This commit was generated by Migit --- include/cs_api.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/cs_api.h b/include/cs_api.h index a90a2f9..17c882d 100644 --- a/include/cs_api.h +++ b/include/cs_api.h @@ -2,7 +2,7 @@ as "cs_api.h" so that I don't need too many ifdefs in the code */ #ifndef __CS_API_H__ -#define __CS_API_H_ +#define __CS_API_H__ #include "init.h" #include