diff scripts/audio/wavwrite.m @ 8664:e07e93c04080

style fixes
author John W. Eaton <jwe@octave.org>
date Wed, 04 Feb 2009 10:56:23 -0500
parents 373c39904877
children eb63fbe60fab
line wrap: on
line diff
--- a/scripts/audio/wavwrite.m
+++ b/scripts/audio/wavwrite.m
@@ -102,7 +102,7 @@
     
   [fid, msg] = fopen (filename, "wb");
   if (fid < 0)
-    error ("wavwrite: %s", msg)
+    error ("wavwrite: %s", msg);
   endif
   
   ## write RIFF/WAVE header