aboutsummaryrefslogtreecommitdiff
path: root/src/bne.c
diff options
context:
space:
mode:
authorDavid Timber <mieabby@gmail.com>2020-09-28 17:46:33 +0930
committerDavid Timber <mieabby@gmail.com>2020-09-28 17:46:33 +0930
commit5dbfcb1f66b681fbb6cdec8836efe2c2d84f957e (patch)
treeea0412b8e33ee991f83b3832f93852d7d4c5484e /src/bne.c
parent909e45f775fb5908ab7a4d68eabf9beb91e36ef2 (diff)
The 80 column rule ...
* Remove prne_rnd_anum_str()
Diffstat (limited to 'src/bne.c')
-rw-r--r--src/bne.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/bne.c b/src/bne.c
index 605297d..a483903 100644
--- a/src/bne.c
+++ b/src/bne.c
@@ -1096,7 +1096,8 @@ static bool bne_sh_setup (
{
if (PRNE_DEBUG && PRNE_VERBOSE >= PRNE_VL_ERR) {
prne_dbgpf(
- "bne sh@%"PRIxPTR"\t: echo and cat unavailable on this system\n",
+ "bne sh@%"PRIxPTR"\t: "
+ "echo and cat unavailable on this system\n",
(uintptr_t)ctx);
}
ctx->result.err = ENOSYS;