From 5dbfcb1f66b681fbb6cdec8836efe2c2d84f957e Mon Sep 17 00:00:00 2001 From: David Timber Date: Mon, 28 Sep 2020 17:46:33 +0930 Subject: The 80 column rule ... * Remove prne_rnd_anum_str() --- src/bne.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/bne.c') 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; -- cgit