recording.c
changeset 8 96d16dfe787a
parent 0 af501b0c1716
child 9 c3fecc82ade6
--- a/recording.c
+++ b/recording.c
@@ -86,5 +86,6 @@
         if (status == -1)
             perror ("SOUND_PCM_SYNC ioctl failed");
     }
+
     return EXIT_SUCCESS;
 }