summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2005-03-08 05:53:11 +0000
committerJohn Wiegley <johnw@newartisans.com>2008-04-13 02:41:06 -0400
commitecee0bc921452ff7fb3b4938e53f288bf6aa7143 (patch)
treec6abe7886e8912bc731a62b11e9e761f3278e9cb
parent60416b62c5f241ee00f333772537fcad90374e99 (diff)
downloadfork-ledger-ecee0bc921452ff7fb3b4938e53f288bf6aa7143.tar.gz
fork-ledger-ecee0bc921452ff7fb3b4938e53f288bf6aa7143.tar.bz2
fork-ledger-ecee0bc921452ff7fb3b4938e53f288bf6aa7143.zip
*** empty log message ***
-rw-r--r--main.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.cc b/main.cc
index bf0d302a..b9c529ef 100644
--- a/main.cc
+++ b/main.cc
@@ -357,7 +357,7 @@ int parse_and_report(int argc, char * argv[], char * envp[])
// Duplicate pipe's reading end into stdin
status = dup2(pfd[0], STDIN_FILENO);
- if (status==-1)
+ if (status == -1)
perror("dup2");
// Close unuseful file descriptors: the pipe's writing and