diff options
author | Leah Neukirchen <leah@vuxu.org> | 2021-04-27 14:21:42 +0200 |
---|---|---|
committer | Leah Neukirchen <leah@vuxu.org> | 2021-04-27 14:21:42 +0200 |
commit | 8a2a4899769335bc14c62aef12cdf26f2f487f2a (patch) | |
tree | a99a9ca8569524ba8278159ea7a001c5efb11343 | |
parent | 9a7c399304f6a93b0fda75df7586cac5fc747660 (diff) | |
download | xe-8a2a4899769335bc14c62aef12cdf26f2f487f2a.tar.gz xe-8a2a4899769335bc14c62aef12cdf26f2f487f2a.tar.xz xe-8a2a4899769335bc14c62aef12cdf26f2f487f2a.zip |
formatting tweak
-rw-r--r-- | xe.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xe.c b/xe.c index d1e61b2..f220a82 100644 --- a/xe.c +++ b/xe.c @@ -299,7 +299,7 @@ run() if (vflag > 1 || Lflag > 1) printf("%04ld= ", iter); fwrite(line, 1, rd, stdout); - }; + } } if (lpid < 0) exit(126); |