thum... formatting ? - wendy - watch files/directories and run commands on any event
HTML git clone git://z3bra.org/wendy
DIR Log
DIR Files
DIR Refs
DIR README
DIR LICENSE
---
DIR commit e0c7dc8c028053d58f7b8337ae31c6292e7d865b
DIR parent 06dd73f39357458f84854d4f22fac139a3210b32
HTML Author: Willy Goiffon <w.goiffon@gmail.com>
Date: Wed, 7 Aug 2013 17:30:42 +0200
hum... formatting ?
Diffstat:
M wendy.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
DIR diff --git a/wendy.c b/wendy.c
t@@ -85,7 +85,7 @@ main (int argc, char **argv)
}
/* test given arguments */
- if (!directory) { directory = DEFAULT_directory; }
+ if (!directory) { directory = DEFAULT_directory; }
if (!timeout) { timeout = DEFAULT_CHECK; }
if (!cmd) { usage(); }
if (!mask) { mask |= IN_CREATE; }