diff scripts/audio/record.m @ 11589:b0084095098e

missing semicolons in script files
author John W. Eaton <jwe@octave.org>
date Thu, 20 Jan 2011 18:26:09 -0500
parents fd0a3ac60b0e
children d0b799dafede
line wrap: on
line diff
--- a/scripts/audio/record.m	Thu Jan 20 17:51:13 2011 -0500
+++ b/scripts/audio/record.m	Thu Jan 20 18:26:09 2011 -0500
@@ -44,7 +44,7 @@
     input ("Please hit ENTER and speak afterwards!\n", 1);
 
     cmd = sprintf ("dd if=/dev/dsp of=\"%s\" bs=%d count=%d",
-                   file, sampling_rate, sec)
+                   file, sampling_rate, sec);
 
     system (cmd);