From 6a5b34bdb55c430622ec88afc9bbd79ffe85d502 Mon Sep 17 00:00:00 2001 From: Sergey Sharybin Date: Tue, 21 Feb 2012 13:00:58 +0000 Subject: Somehow typo was made just before commit in previous patch. --- extern/libmv/libmv-capi.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'extern') diff --git a/extern/libmv/libmv-capi.cpp b/extern/libmv/libmv-capi.cpp index dbfdfdacafe..1835c53b53f 100644 --- a/extern/libmv/libmv-capi.cpp +++ b/extern/libmv/libmv-capi.cpp @@ -296,7 +296,7 @@ int libmv_regionTrackerTrack(libmv_RegionTracker *libmv_tracker, const float *im double sx2 = *x2, sy2 = *y2; int result = region_tracker->Track(old_patch, new_patch, x1, y1, x2, y2); - if (!result { + if (!result) { saveImage("old_patch", old_patch, x1, y1); saveImage("new_patch", new_patch, sx2, sy2); } -- cgit v1.2.3