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 + 1 file changed, 1 insertion(+) (limited to 'doc/tutorials/externals-howto/example1') 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 !!"); } -- cgit v1.2.1