From a7d4dadcb4df40b26f266ff7e02fdf9c665beaff Mon Sep 17 00:00:00 2001 From: vanhofen Date: Sun, 7 Nov 2021 22:13:04 +0100 Subject: [PATCH] addition to 37d5fc0f21a1ffe12113ba9732f9a7fceec3a0fd Origin commit data ------------------ Branch: master Commit: https://github.com/neutrino-images/ni-libstb-hal/commit/5d821fad0d40c433f1ed8551c7c6678186654e42 Author: vanhofen Date: 2021-11-07 (Sun, 07 Nov 2021) Origin message was: ------------------ - addition to 37d5fc0f21a1ffe12113ba9732f9a7fceec3a0fd ------------------ No further description and justification available within origin commit message! ------------------ This commit was generated by Migit --- libraspi/dmx.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/libraspi/dmx.h b/libraspi/dmx.h index 77d5040..ada01b2 100644 --- a/libraspi/dmx.h +++ b/libraspi/dmx.h @@ -1,5 +1,5 @@ -#ifndef __DMX_LIB_H__ -#define __DMX_LIB_H__ +#ifndef __DMX_H__ +#define __DMX_H__ #include #include @@ -66,4 +66,4 @@ class cDemux void *pdata; }; -#endif // __DMX_LIB_H__ +#endif // __DMX_H__