diff options
author | Ian Moffett <ian@osmora.org> | 2025-04-28 14:22:14 -0400 |
---|---|---|
committer | Ian Moffett <ian@osmora.org> | 2025-04-28 14:22:14 -0400 |
commit | 4658e2ed5ab54d32df6fecc11a4f3fcff4be51f8 (patch) | |
tree | b4b067b2db66ebb650b5a112925b1cc4842cd4e9 /omar.c | |
parent | ba593fcacc026ad5d90326c5dcbefd2f4ca2e63c (diff) |
Mark help() as inline
Signed-off-by: Ian Moffett <ian@osmora.org>
Diffstat (limited to 'omar.c')
-rw-r--r-- | omar.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -68,7 +68,7 @@ struct omar_hdr { off_t next_hdr; }; -static void +static inline void help(void) { printf("--------------------------------------\n"); |