From 6dc9ea02fbc91e7eb08ca1e2c423a8ba18f12704 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/8e05b6027e17fc709d3af725a0c1f0d9d24f39da 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