summaryrefslogtreecommitdiffstats
path: root/stream/cdd.h
diff options
context:
space:
mode:
Diffstat (limited to 'stream/cdd.h')
-rw-r--r--stream/cdd.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/stream/cdd.h b/stream/cdd.h
index ad8a7c150c..bab1035545 100644
--- a/stream/cdd.h
+++ b/stream/cdd.h
@@ -1,5 +1,5 @@
-#ifndef __CDD_H__
-#define __CDD_H__
+#ifndef CDD_H
+#define CDD_H
#include "config.h"
#ifndef HAVE_LIBCDIO
@@ -74,4 +74,4 @@ cd_track_t* cd_info_get_track(cd_info_t *cd_info, unsigned int track_nb);
void cd_info_debug(cd_info_t *cd_info);
-#endif // __CDD_H__
+#endif /* CDD_H */