aboutsummaryrefslogtreecommitdiff
path: root/src/libventi/server.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/libventi/server.c')
-rw-r--r--src/libventi/server.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/libventi/server.c b/src/libventi/server.c
index 1fb3c14b..d82be698 100644
--- a/src/libventi/server.c
+++ b/src/libventi/server.c
@@ -6,7 +6,7 @@
enum
{
- STACK = 8192,
+ STACK = 8192
};
typedef struct VtSconn VtSconn;
@@ -93,7 +93,7 @@ listenproc(void *v)
proccreate(connproc, sc, STACK);
}
- // hangup
+ /* hangup */
}
static void