diff options
Diffstat (limited to 'utils/unlit/unlit.c')
-rw-r--r-- | utils/unlit/unlit.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/utils/unlit/unlit.c b/utils/unlit/unlit.c index c0e3b983ea..9a697eba95 100644 --- a/utils/unlit/unlit.c +++ b/utils/unlit/unlit.c @@ -296,6 +296,9 @@ static void unlit(char *file, FILE *istream, FILE *ostream) } } #endif + if (this == SHEBANG) { + myputc('\n', ostream); + } } while(this!=ENDFILE); if (defnsread==0) |