From 73c9b25d2d0e40a657073489311a4ecd1643362c Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Tue, 3 Jun 2008 18:13:54 +0000 Subject: It is too easy to create things in the same second; use a timespec instead. --- tmux.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tmux.c') diff --git a/tmux.c b/tmux.c index 67ff2a58..2c61d01c 100644 --- a/tmux.c +++ b/tmux.c @@ -1,4 +1,4 @@ -/* $Id: tmux.c,v 1.49 2008-06-03 05:35:51 nicm Exp $ */ +/* $Id: tmux.c,v 1.50 2008-06-03 18:13:54 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott @@ -59,7 +59,7 @@ __dead void usage(void) { fprintf(stderr, - "usage: %s [-v] [-f file] [-S socket-path] [command [flags]]", + "usage: %s [-v] [-f file] [-S socket-path] [command [flags]]\n", __progname); exit(1); } -- cgit