recording.c
changeset 27 81a574d60c15
parent 9 c3fecc82ade6
child 29 7abf6146898e
--- a/recording.c
+++ b/recording.c
@@ -28,7 +28,9 @@
 int main (int argc, char **argv)
 {
     int fd;                     /* sound device file descriptor */
+
     int arg;                    /* argument for ioctl calls */
+
     int status;                 /* return status of system calls */
 
     /*