From 5116aaa51a6059904a6b8ae75bffa77c95ceb41a Mon Sep 17 00:00:00 2001 From: Tiago Cunha Date: Sun, 8 Nov 2009 22:53:13 +0000 Subject: Sync OpenBSD patchset 492: A couple of minor cosmetic changes. --- tmux.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'tmux.c') diff --git a/tmux.c b/tmux.c index 6ef45dea..621b0b91 100644 --- a/tmux.c +++ b/tmux.c @@ -1,4 +1,4 @@ -/* $Id: tmux.c,v 1.185 2009-11-08 22:40:36 tcunha Exp $ */ +/* $Id: tmux.c,v 1.186 2009-11-08 22:53:13 tcunha Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott @@ -507,7 +507,6 @@ main(int argc, char **argv) client_main(); /* doesn't return */ } - void main_set_signals(void) { -- cgit