diff options
author | Gluzskiy Alexandr <sss@sss.chaoslab.ru> | 2013-02-22 07:41:39 +0200 |
---|---|---|
committer | Gluzskiy Alexandr <sss@sss.chaoslab.ru> | 2013-02-22 07:41:39 +0200 |
commit | dfc0b9d174f35669ae3eede0d8c2a5ca3a0f95f6 (patch) | |
tree | c158684bffcf78c26de15db68261d16876eb5c88 /sound_detector/main.cpp | |
parent | 55e1b54992696c1b80cb705b78b90ad99ab8e8da (diff) |
typo fix
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; |