diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2009-11-12 16:32:18 -0800 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2009-11-12 16:32:18 -0800 |
commit | 52501f18487dbefaf0282f1bf1cc328b3fe1ab00 (patch) | |
tree | 2155617bfd5a4328d9179ff752b59ac8026ce3d2 /txr.c | |
parent | ddb0601e8e26255b8b9b536a5e6a47b86c33b011 (diff) | |
download | txr-52501f18487dbefaf0282f1bf1cc328b3fe1ab00.tar.gz txr-52501f18487dbefaf0282f1bf1cc328b3fe1ab00.tar.bz2 txr-52501f18487dbefaf0282f1bf1cc328b3fe1ab00.zip |
Whitespace.
Diffstat (limited to 'txr.c')
-rw-r--r-- | txr.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -343,6 +343,7 @@ static int txr_main(int argc, char **argv) if (errors) return EXIT_FAILURE; + spec = remove_hash_bang_line(get_spec()); opt_loglevel = match_loglevel; |