Fix code style - sacc - sacc(omys), simple console gopher client
HTML git clone git://bitreich.org/sacc/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws65d7roiv6bfj7d652fid.onion/sacc/
DIR Log
DIR Files
DIR Refs
DIR Tags
DIR LICENSE
---
DIR commit 4aa1ecfaf6c97cb02c7e34c88cc67c070b600b67
DIR parent aa35a9899f7ce8e67a4801ff131d0cf96f7dc37c
HTML Author: Quentin Rameau <quinq@fifth.space>
Date: Sat, 10 Apr 2021 18:26:58 +0200
Fix code style
Diffstat:
M sacc.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
DIR diff --git a/sacc.c b/sacc.c
@@ -1011,7 +1011,7 @@ setup(void)
if (!mkdtemp(tmpdir))
die("mkdir: %s: %s", tmpdir, strerror(errno));
- if(interactive = isatty(1)) {
+ if (interactive = isatty(1)) {
uisetup();
diag = uistatus;
sa.sa_handler = uisigwinch;