aboutsummaryrefslogtreecommitdiff
path: root/src/lanes.c
diff options
context:
space:
mode:
authorBenoit Germain <bnt.germain@gmail.com>2012-06-24 15:12:32 +0200
committerBenoit Germain <bnt.germain@gmail.com>2012-06-24 15:12:32 +0200
commit14acdd61de1e3679cb731713c6e5aba274fa8869 (patch)
treebce1234e0a956abbd8fb5b1f383fe7e10b2881ed /src/lanes.c
parentfc20e54ac64569ad53118084a2b0615f84eed5b1 (diff)
downloadlanes-14acdd61de1e3679cb731713c6e5aba274fa8869.tar.gz
lanes-14acdd61de1e3679cb731713c6e5aba274fa8869.tar.bz2
lanes-14acdd61de1e3679cb731713c6e5aba274fa8869.zip
fix issue #25
* lanes.timer() accepts a first_secs=nil to stop a timer * timer lane catches errors and prints them * fixed some typos in manual
Diffstat (limited to 'src/lanes.c')
-rw-r--r--src/lanes.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lanes.c b/src/lanes.c
index 931af98..b1c4018 100644
--- a/src/lanes.c
+++ b/src/lanes.c
@@ -51,7 +51,7 @@
51 * ... 51 * ...
52 */ 52 */
53 53
54char const* VERSION = "3.1.3"; 54char const* VERSION = "3.1.4";
55 55
56/* 56/*
57=============================================================================== 57===============================================================================