[PD-cvs] SF.net SVN: pure-data:[10736] trunk/externals/moocow/flite/flite.c

mukau at users.sourceforge.net mukau at users.sourceforge.net
Wed Feb 4 10:13:35 CET 2009


Revision: 10736
          http://pure-data.svn.sourceforge.net/pure-data/?rev=10736&view=rev
Author:   mukau
Date:     2009-02-04 09:13:34 +0000 (Wed, 04 Feb 2009)

Log Message:
-----------
+ fixed missing semicolon in flite.c

Modified Paths:
--------------
    trunk/externals/moocow/flite/flite.c

Modified: trunk/externals/moocow/flite/flite.c
===================================================================
--- trunk/externals/moocow/flite/flite.c	2009-02-04 06:29:56 UTC (rev 10735)
+++ trunk/externals/moocow/flite/flite.c	2009-02-04 09:13:34 UTC (rev 10736)
@@ -84,7 +84,7 @@
   // -- sanity checks
   if (!(a = (t_garray *)pd_findbyclass(x->x_arrayname, garray_class))) {
     pd_error(x,"flite: no such array '%s'", x->x_arrayname->s_name);
-    return
+    return;
   }
   if (!x->textbuf) {
     pd_error(x,"flite: attempt to synthesize empty text-buffer!");


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Pd-cvs mailing list