diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2013-11-05 18:23:59 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2013-11-05 18:23:59 +0100 |
commit | a22928d2ab49770ee778125ae4d4cf9c60cc81da (patch) | |
tree | 61db5de26723586f733e0284c4805455977c37dd /ftnoir_tracker_ht | |
parent | 4630c59e40361ccb500d1384c1c611648462f93c (diff) |
bah, stupido
Diffstat (limited to 'ftnoir_tracker_ht')
-rw-r--r-- | ftnoir_tracker_ht/ftnoir_tracker_ht.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ftnoir_tracker_ht/ftnoir_tracker_ht.cpp b/ftnoir_tracker_ht/ftnoir_tracker_ht.cpp index c34acadd..ab726aa1 100644 --- a/ftnoir_tracker_ht/ftnoir_tracker_ht.cpp +++ b/ftnoir_tracker_ht/ftnoir_tracker_ht.cpp @@ -62,7 +62,7 @@ static QList<QString> get_camera_names(void) { pEnumCat->Release(); } pSysDevEnum->Release(); -#elsif !defined(__APPLE__) +#elif !defined(__APPLE__) for (int i = 0; i < 16; i++) { char buf[128]; sprintf(buf, "/dev/video%d", i); |