summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2009-05-26 18:30:51 +0000
committerNicholas Marriott <nicholas.marriott@gmail.com>2009-05-26 18:30:51 +0000
commitcd4566cd6976c741b4075eee81e29353d353af79 (patch)
tree9d7433ac6ab4637e5b7f37d48c8284b49bfe911b
parent133539a2d4d329f53b9e6e0e3b6bff7c35628154 (diff)
Spacing.
-rw-r--r--tmux.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/tmux.c b/tmux.c
index 13787ceb..eb6e5c3f 100644
--- a/tmux.c
+++ b/tmux.c
@@ -1,4 +1,4 @@
-/* $Id: tmux.c,v 1.121 2009-05-19 16:03:18 nicm Exp $ */
+/* $Id: tmux.c,v 1.122 2009-05-26 18:30:51 nicm Exp $ */
/*
* Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net>
@@ -387,7 +387,6 @@ main(int argc, char **argv)
options_set_string(
&global_options, "default-command", "exec %s", shell);
-
if (getcwd(cwd, sizeof cwd) == NULL) {
log_warn("getcwd");
exit(1);