aboutsummaryrefslogtreecommitdiff
path: root/src/zexy.c
diff options
context:
space:
mode:
authorIOhannes m zmölnig <zmoelnig@users.sourceforge.net>2010-08-18 10:14:10 +0000
committerIOhannes m zmölnig <zmoelnig@users.sourceforge.net>2010-08-18 10:14:10 +0000
commit88a13744187d5bcde6a787faed5b5e61cddc8897 (patch)
tree850fc084cfc5929444a112930aa499aab1e952f9 /src/zexy.c
parent9b7a7013442d12f212a47646a961125711db4921 (diff)
UTF-8
svn path=/trunk/externals/zexy/; revision=13828
Diffstat (limited to 'src/zexy.c')
-rw-r--r--src/zexy.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/zexy.c b/src/zexy.c
index 9bff9ce..3d25be1 100644
--- a/src/zexy.c
+++ b/src/zexy.c
@@ -2,9 +2,9 @@
*
* zexy - implementation file
*
- * copyleft (c) IOhannes m zmölnig
+ * copyleft (c) IOhannes m zmölnig
*
- * 1999:forum::für::umläute:2005
+ * 1999:forum::für::umläute:2005
*
* institute of electronic music and acoustics (iem)
*
@@ -122,7 +122,7 @@ static void zexy_help(void)
post("urn\t\t:: unique random numbers");
post("operating_system\t:: information on the OS");
- endpost(); post("\n(l) forum::für::umläute except where indicated");
+ endpost(); post("\n(l) forum::für::umläute except where indicated");
post("this software is released under the GnuGPL that is provided with these files");
endpost();
}
@@ -141,7 +141,7 @@ void zexy_setup(void)
for (i=0; i<28; i++) startpost("%c", HEARTSYMBOL);
endpost();
post("\t%c the zexy external "VERSION" %c", HEARTSYMBOL, HEARTSYMBOL);
- post("\t%c (l) forum::für::umläute %c", HEARTSYMBOL, HEARTSYMBOL);
+ post("\t%c (l) forum::für::umläute %c", HEARTSYMBOL, HEARTSYMBOL);
post("\t%c iem @ kug %c", HEARTSYMBOL, HEARTSYMBOL);
post("\t%c compiled: "__DATE__" %c", HEARTSYMBOL, HEARTSYMBOL);
post("\t%c send me a 'help' message %c", HEARTSYMBOL, HEARTSYMBOL);