summaryrefslogtreecommitdiff
path: root/tests/play_raw.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/play_raw.cpp')
-rw-r--r--tests/play_raw.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/play_raw.cpp b/tests/play_raw.cpp
index fcc921f..6dd477d 100644
--- a/tests/play_raw.cpp
+++ b/tests/play_raw.cpp
@@ -60,7 +60,7 @@ int main(int argc, char *argv[])
MY_TYPE *buffer;
char *file;
FILE *fd;
- RtAudio *audio;
+ RtAudio *audio = 0;
// minimal command-line checking
if (argc != 4 && argc != 5 ) usage();