summaryrefslogtreecommitdiff
path: root/gpsprof
diff options
context:
space:
mode:
Diffstat (limited to 'gpsprof')
-rwxr-xr-xgpsprof2
1 files changed, 1 insertions, 1 deletions
diff --git a/gpsprof b/gpsprof
index 7638e0ff..73d064ef 100755
--- a/gpsprof
+++ b/gpsprof
@@ -135,7 +135,7 @@ class plotter(object):
if self.session.fix.mode <= gps.MODE_NO_FIX:
continue
if self.sample():
- if countdown == await:
+ if countdown == await:
sys.stderr.write("first fix in %.2fsec, gathering %d samples..." % (time.time() - basetime, await))
countdown -= 1
baton.end()