media-sound/din: fix line-endings in patch

Closes: https://bugs.gentoo.org/787185
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sam James
2021-06-14 18:34:50 +00:00
parent 0575b09d5c
commit bb8db1b7ce

View File

@@ -26,16 +26,16 @@ index ae0954b..af7f178 100644
--- a/src/help.h
+++ b/src/help.h
@@ -5,8 +5,8 @@
* For more information, please visit https://dinisnoise.org/
*/
-#ifndef __help
-#define __help
+#ifndef DIN_help
+#define DIN_help
#include <string>
#include <vector>
struct help {
* For more information, please visit https://dinisnoise.org/
*/
-#ifndef __help
-#define __help
+#ifndef DIN_help
+#define DIN_help
#include <string>
#include <vector>
struct help {
--
2.32.0