diff options
Diffstat (limited to 'sound_detector/main.cpp')
-rw-r--r-- | sound_detector/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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; |