summaryrefslogtreecommitdiff
path: root/src/modules/modPipe.c
diff options
context:
space:
mode:
authorMichal Zima <xhire@mujmalysvet.cz>2009-12-11 19:23:07 +0100
committerMichal Zima <xhire@mujmalysvet.cz>2009-12-11 19:23:07 +0100
commita0385ddb1e05c96af324ba25073129655eb4334e (patch)
treee44a05de06a7cef06e6c61c4591307687e699aed /src/modules/modPipe.c
parent140a27d1579a747f36141d90708fb275aac6a768 (diff)
We should follow the HandBook
Diffstat (limited to 'src/modules/modPipe.c')
-rw-r--r--src/modules/modPipe.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/modPipe.c b/src/modules/modPipe.c
index 45e2d3a..065df07 100644
--- a/src/modules/modPipe.c
+++ b/src/modules/modPipe.c
@@ -347,4 +347,4 @@ mod_sym_t modpipe_sym = { &init,
&isConflict,
&cmdArena,
&recvMsg,
- &destroy }; \ No newline at end of file
+ &destroy };