summaryrefslogtreecommitdiff
path: root/watch.c
diff options
context:
space:
mode:
Diffstat (limited to 'watch.c')
-rw-r--r--watch.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/watch.c b/watch.c
index 8f290f5..057243b 100644
--- a/watch.c
+++ b/watch.c
@@ -706,7 +706,7 @@ int main(int argc, char *argv[])
atexit(close_stdout);
interval_string = getenv("WATCH_INTERVAL");
- if(interval_string != NULL)
+ if(interval_string != NULL)
interval = strtod_nol_or_err(interval_string, _("Could not parse interval from WATCH_INTERVAL"));
while ((optc =