diff options
Diffstat (limited to 'src/listen.c')
-rw-r--r-- | src/listen.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/listen.c b/src/listen.c index 065e1ccc6..cb0bfa149 100644 --- a/src/listen.c +++ b/src/listen.c @@ -179,4 +179,3 @@ void getConnections(int sock) { } else if(fd<0) ERROR("Problems accept()'ing\n"); } -/* vim:set shiftwidth=4 tabstop=8 expandtab: */ |