From 3d1c1fcc8d71f8b1f68ea590185006b5b3a6d911 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?IOhannes=20m=20zm=C3=B6lnig?= Date: Tue, 31 Jan 2006 12:12:59 +0000 Subject: bug-fixes svn path=/trunk/; revision=4527 --- doc/tutorials/externals-howto/example1/helloworld.c | 1 + doc/tutorials/externals-howto/example3/counter.c | 1 + 2 files changed, 2 insertions(+) (limited to 'doc/tutorials/externals-howto') diff --git a/doc/tutorials/externals-howto/example1/helloworld.c b/doc/tutorials/externals-howto/example1/helloworld.c index e93a6e0f..f3660f45 100644 --- a/doc/tutorials/externals-howto/example1/helloworld.c +++ b/doc/tutorials/externals-howto/example1/helloworld.c @@ -45,6 +45,7 @@ void helloworld_bang(t_helloworld *x) * the string (which can be formatted like with printf()) will be * output to wherever Pd thinks it has too (pd's console, the stderr...) * it automatically adds a newline at the end of the string + */ post("Hello world !!"); } diff --git a/doc/tutorials/externals-howto/example3/counter.c b/doc/tutorials/externals-howto/example3/counter.c index 4eee6a5e..5fa8caef 100644 --- a/doc/tutorials/externals-howto/example3/counter.c +++ b/doc/tutorials/externals-howto/example3/counter.c @@ -126,6 +126,7 @@ void *counter_new(t_symbol *s, int argc, t_atom *argv) f1=atom_getfloat(argv); break; case 0: + break; } if (argc<2)f2=f1; -- cgit v1.2.1