[Pkg-wmaker-commits] [wmrack] 14/97: whoops, wrong guard macro name

Doug Torrance dtorrance-guest at moszumanska.debian.org
Sat Aug 22 02:41:59 UTC 2015


This is an automated email from the git hooks/post-receive script.

dtorrance-guest pushed a commit to branch master
in repository wmrack.

commit 31b8da905ee6194c7060b1e6b925de694da8c12d
Author: Chris Waters <xtifr.w at gmail.com>
Date:   Thu Mar 8 16:58:41 2012 -0800

    whoops, wrong guard macro name
---
 cdrom.h | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/cdrom.h b/cdrom.h
index fc14529..82fdddc 100644
--- a/cdrom.h
+++ b/cdrom.h
@@ -1,11 +1,11 @@
 /*
- * $Id: cdrom.h,v 1.1.1.1.2.2 2003/08/06 11:18:55 xtifr Exp $
+ * $Id: cdrom.h,v 1.1.1.1.2.3 2003/09/30 00:50:18 xtifr Exp $
  *
  * Copyright (c) 1997 by Oliver Graf <ograf at fga.de>
  */
 
-#ifndef WMRACK_MIXER_H_
-#define WMRACK_MIXER_H_
+#ifndef WMRACK_CDROM_H_
+#define WMRACK_CDROM_H_
 
 /* cd status modes */
 #define CDM_CLOSED -1
@@ -139,4 +139,4 @@ int cdpl_free(CDPlayList *list);
 int cdpl_add(CDPlayList *list, CD *cd, int track);
 int cdpl_reset(CDPlayList *list);
 
-#endif /* WMRACK_MIXER_H_ */
+#endif /* WMRACK_CDROM_H_ */

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-wmaker/wmrack.git



More information about the Pkg-wmaker-commits mailing list