diff options
author | Peter Seebach <peter.seebach@windriver.com> | 2012-03-28 16:47:38 -0500 |
---|---|---|
committer | Peter Seebach <peter.seebach@windriver.com> | 2012-03-28 16:47:38 -0500 |
commit | 0469c56bb9d1f575062060aadaf05aeee5a342b9 (patch) | |
tree | 2a3bc4efacadd9cd4923646e025edd3ff648c491 /pseudo_util.c | |
parent | f0375c9aaefbccfd41aebbf6d332bb4d9e8f980c (diff) | |
download | pseudo-0469c56bb9d1f575062060aadaf05aeee5a342b9.tar.gz pseudo-0469c56bb9d1f575062060aadaf05aeee5a342b9.tar.bz2 pseudo-0469c56bb9d1f575062060aadaf05aeee5a342b9.zip |
cleanup and fixes
Spotted a couple of things during the last batch of fixes; fixing these
up so things are more consistent or clearer.
Diffstat (limited to 'pseudo_util.c')
-rw-r--r-- | pseudo_util.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pseudo_util.c b/pseudo_util.c index d4aab07..fd3236d 100644 --- a/pseudo_util.c +++ b/pseudo_util.c @@ -1055,7 +1055,7 @@ char * pseudo_get_bindir(void) { char *s = pseudo_get_value("PSEUDO_BINDIR"); if (!s) { - char *pseudo_bindir = pseudo_prefix_path(PSEUDO_BINDIR);; + char *pseudo_bindir = pseudo_prefix_path(PSEUDO_BINDIR); if (pseudo_bindir) { pseudo_set_value("PSEUDO_BINDIR", pseudo_bindir); s = pseudo_bindir; |