summaryrefslogtreecommitdiff
path: root/src/tcpproxy.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/tcpproxy.c')
-rw-r--r--src/tcpproxy.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/tcpproxy.c b/src/tcpproxy.c
index 382b8eb..baa5214 100644
--- a/src/tcpproxy.c
+++ b/src/tcpproxy.c
@@ -7,7 +7,7 @@
* endpoints and vice versa.
*
*
- * Copyright (C) 2010-2011 Christian Pointner <equinox@spreadspace.org>
+ * Copyright (C) 2010-2013 Christian Pointner <equinox@spreadspace.org>
*
* This file is part of tcpproxy.
*
@@ -238,5 +238,5 @@ int main(int argc, char* argv[])
log_close();
- return ret;
+ return ret;
}