chiark
/
gitweb
/
~ian
/
innduct.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ece965c
)
fix compilation of inotify thing
author
Ian Jackson
<ian@davenant.greenend.org.uk>
Mon, 3 May 2010 01:58:05 +0000
(
02:58
+0100)
committer
Ian Jackson
<ian@davenant.greenend.org.uk>
Mon, 3 May 2010 01:58:05 +0000
(
02:58
+0100)
backends/innduct.c
patch
|
blob
|
history
diff --git
a/backends/innduct.c
b/backends/innduct.c
index 54580afbd386ca21391ce63a667821d1b32de74f..b829841613d0aa010d7ce43bdd0e0934479a5fe6 100644
(file)
--- a/
backends/innduct.c
+++ b/
backends/innduct.c
@@
-2279,7
+2279,7
@@
static void filemon_method_dump_info(FILE *f) {
DUMPV("%d",,filemon_inotify_fd);
DUMPV("%d",,filemon_inotify_wdmax);
for (i=0; i<filemon_inotify_wdmax; i++)
- fprintf(f," wd2ipf[%d]=%p\n", i, filemon_inotify_wd2ipf[i]
,
);
+ fprintf(f," wd2ipf[%d]=%p\n", i, filemon_inotify_wd2ipf[i]);
}
#endif /* HAVE_INOTIFY && !HAVE_FILEMON */