From 700c2e3823643b3fbad19ad92730c293082064b9 Mon Sep 17 00:00:00 2001 From: Arnold Dumas Date: Sun, 3 Aug 2014 21:18:27 +0200 Subject: [PATCH] I missed one exclamation mark in the previous commit. --- examples/sound_capture/SoundCapture.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/sound_capture/SoundCapture.cpp b/examples/sound_capture/SoundCapture.cpp index 21f59175f..d35434419 100644 --- a/examples/sound_capture/SoundCapture.cpp +++ b/examples/sound_capture/SoundCapture.cpp @@ -84,7 +84,7 @@ int main() } } - // Finished ! + // Finished! std::cout << std::endl << "Done!" << std::endl; // Wait until the user presses 'enter' key