From cc099911f62d7d019de70b18904f9ff0edd3b6c0 Mon Sep 17 00:00:00 2001 From: Alexandre Ratchov Date: Thu, 28 Apr 2011 00:57:59 +0200 Subject: [PATCH] sort macros --- libsndio/amsg.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libsndio/amsg.h b/libsndio/amsg.h index bcae63c..1245975 100644 --- a/libsndio/amsg.h +++ b/libsndio/amsg.h @@ -23,8 +23,8 @@ * socket and option names */ #define AUCAT_PATH "aucat" -#define MIDICAT_PATH "midicat" #define AUCAT_PORT 11025 +#define MIDICAT_PATH "midicat" #define MIDICAT_PORT 11041 #define DEFAULT_OPT "default"