diff options
author | Nicholas Marriott <nicholas.marriott@gmail.com> | 2009-06-25 16:34:50 +0000 |
---|---|---|
committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2009-06-25 16:34:50 +0000 |
commit | bb459beb032cfa9473cdef21ef645b350d61728c (patch) | |
tree | d924c499381cbc383fd139676d54c6dd9ae9e119 /tmux.c | |
parent | 8df98d1f5b92a085ef874389e2244de3a4f5ee43 (diff) | |
download | rtmux-bb459beb032cfa9473cdef21ef645b350d61728c.tar.gz rtmux-bb459beb032cfa9473cdef21ef645b350d61728c.tar.bz2 rtmux-bb459beb032cfa9473cdef21ef645b350d61728c.zip |
Whitespace and more syncing.
Diffstat (limited to 'tmux.c')
-rw-r--r-- | tmux.c | 5 |
1 files changed, 1 insertions, 4 deletions
@@ -1,4 +1,4 @@ -/* $Id: tmux.c,v 1.134 2009-06-25 16:21:32 nicm Exp $ */ +/* $Id: tmux.c,v 1.135 2009-06-25 16:34:50 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net> @@ -504,8 +504,5 @@ out: buffer_destroy(cctx.srv_in); buffer_destroy(cctx.srv_out); -#ifdef DEBUG - xmalloc_report(getpid(), "client"); -#endif return (retcode); } |