diff include/edl.h @ 13:41b74137e201

include: make header guards sane double underscores are reserved to the implementation by the C standard
author Paper <paper@paper.us.eu.org>
date Wed, 03 Apr 2024 20:48:51 -0400
parents 0cc2555db371
children
line wrap: on
line diff
--- a/include/edl.h	Wed Mar 27 13:38:30 2024 -0400
+++ b/include/edl.h	Wed Apr 03 20:48:51 2024 -0400
@@ -1,5 +1,5 @@
-#ifndef __edl__edl_h
-#define __edl__edl_h
+#ifndef EDL_EDL_H_
+#define EDL_EDL_H_
 
 #ifdef __cplusplus
 extern "C" {
@@ -68,4 +68,4 @@
 }
 #endif
 
-#endif
+#endif /* EDL_EDL_H_ */