summaryrefslogtreecommitdiff
path: root/usr.bin
diff options
context:
space:
mode:
authorAlexandre Ratchov <ratchov@cvs.openbsd.org>2011-04-18 23:59:16 +0000
committerAlexandre Ratchov <ratchov@cvs.openbsd.org>2011-04-18 23:59:16 +0000
commit6fccb0299f3ef93e22a0160e66a63d1153a02393 (patch)
tree6f1dec48267e7495b2626811e41c2d556cf6467b /usr.bin
parent18682585292b0b04b86e130fe6710fc887623c12 (diff)
reorder macros, no object change
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/aucat/conf.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/aucat/conf.h b/usr.bin/aucat/conf.h
index 2c081a6f17d..8d2efae9cde 100644
--- a/usr.bin/aucat/conf.h
+++ b/usr.bin/aucat/conf.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: conf.h,v 1.18 2011/04/16 12:09:05 ratchov Exp $ */
+/* $OpenBSD: conf.h,v 1.19 2011/04/18 23:59:15 ratchov Exp $ */
/*
* Copyright (c) 2008 Alexandre Ratchov <alex@caoua.org>
*
@@ -33,8 +33,8 @@ extern int debug_level;
/*
* socket and option names
*/
-#define MIDICAT_PATH "midicat"
#define AUCAT_PATH "aucat"
+#define MIDICAT_PATH "midicat"
#define DEFAULT_OPT "default"
/*