OSDN Git Service

2007-02-09 Keishi Suenaga <skeishi@yahoo.co.jp>
authorKeishi Suenaga <s_keishi@mutt.freemail.ne.jp>
Thu, 8 Feb 2007 23:57:47 +0000 (23:57 +0000)
committerKeishi Suenaga <s_keishi@mutt.freemail.ne.jp>
Thu, 8 Feb 2007 23:57:47 +0000 (23:57 +0000)
* interface.h.in:       Windows Named Pipe
* timidity/timidity.c:  fix typo

ChangeLog
interface.h.in
timidity/timidity.c

index b1f80c7..ea4fd7f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,9 @@
-2007-02-9  Keishi Suenaga <skeishi@yahoo.co.jp>
+2007-02-09  Keishi Suenaga <skeishi@yahoo.co.jp>
+
+       * interface.h.in:       Windows Named Pipe
+       * timidity/timidity.c:  fix typo
+
+2007-02-09  Keishi Suenaga <skeishi@yahoo.co.jp>
 
        * configure.in
          interface/Makefile.am
index 9b35337..331232e 100644 (file)
@@ -52,6 +52,9 @@
 /* Define if you have PortMIDI synthesizer mode interface. */
 #undef IA_PORTMIDISYN
 
+/* Define if you have Windows named pipe synthesizer mode interface. */
+#undef IA_NPSYN
+
 #if defined(IA_W32GUI) || defined(IA_W32G_SYN)
 #ifndef __W32READDIR__
 #define __W32READDIR__
index a0c48a5..5128e20 100644 (file)
@@ -2993,7 +2993,7 @@ static inline int parse_opt_C(const char *arg)
 static inline int parse_opt_c(char *arg)
 {
 #ifdef __W32__
-       if(got_a_configuration == 1) retrun 0;
+       if(got_a_configuration == 1) return 0;
 #endif
        if (read_config_file(arg, 0))
                return 1;