From dfc0b9d174f35669ae3eede0d8c2a5ca3a0f95f6 Mon Sep 17 00:00:00 2001 From: Gluzskiy Alexandr Date: Fri, 22 Feb 2013 07:41:39 +0200 Subject: typo fix --- sound_detector/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sound_detector/main.cpp') diff --git a/sound_detector/main.cpp b/sound_detector/main.cpp index fb376c8..733507f 100644 --- a/sound_detector/main.cpp +++ b/sound_detector/main.cpp @@ -342,7 +342,7 @@ int main(int argc, char **argv) case 'd': device = atoi(optarg); break; -#ifdef WIN32 +#ifndef WIN32 case 'f': _fork = true; break; -- cgit v1.2.3