diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2022-02-10 09:25:18 +0200 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2022-02-10 09:25:18 +0200 |
commit | 438e6e6e6deb8f4831e84ffd17205dc14d3a2ebb (patch) | |
tree | 6f687191826b3b3f80a6aaceff5db70bb82e642d /builtin.c | |
parent | 0b94b68387b85310b7104bb669d7b698e92888d2 (diff) | |
download | egawk-438e6e6e6deb8f4831e84ffd17205dc14d3a2ebb.tar.gz egawk-438e6e6e6deb8f4831e84ffd17205dc14d3a2ebb.tar.bz2 egawk-438e6e6e6deb8f4831e84ffd17205dc14d3a2ebb.zip |
Small formatting fix.
Diffstat (limited to 'builtin.c')
-rw-r--r-- | builtin.c | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -4399,7 +4399,8 @@ mbc_char_count(const char *ptr, size_t numbytes) /* sanitize_exit_status --- convert a 16 bit Unix exit status into something reasonable */ -int sanitize_exit_status(int status) +int +sanitize_exit_status(int status) { int ret = 0; |