[Pkg-wmaker-commits] [wmrack] 08/97: fixed illegal guard define

Doug Torrance dtorrance-guest at moszumanska.debian.org
Sat Aug 22 02:41:58 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 696496707e03d9cb98a4820f52b837f1d4779895
Author: Chris Waters <xtifr.w at gmail.com>
Date:   Thu Mar 8 16:50:16 2012 -0800

    fixed illegal guard define
---
 mixer.h | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/mixer.h b/mixer.h
index 9ce73f3..e48370c 100644
--- a/mixer.h
+++ b/mixer.h
@@ -1,11 +1,11 @@
 /*
- * $Id: mixer.h,v 1.1.1.1 2001/02/12 22:25:53 xtifr Exp $
+ * $Id: mixer.h,v 1.1.1.1.2.1 2001/06/17 04:17:32 xtifr Exp $
  *
  * Copyright (c) 1997 by Oliver Graf <ograf at fga.de>
  */
 
-#ifndef _MYMIXER_H
-#define _MYMIXER_H
+#ifndef WMRACK_MIXER_H_
+#define WMRACK_MIXER_H_
 
 extern char *mixer_labels[];
 extern char *mixer_names[];
@@ -56,4 +56,4 @@ int mixer_changeleft(MIXER *mix, int dev, int delta);
 int mixer_changeright(MIXER *mix, int dev, int delta);
 int mixer_changebal(MIXER *mix, int dev, int delta);
 
-#endif /* _MYMIXER_H */
+#endif /* WMRACK_MIXER_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