diff options
| author | Sebastiano Tronto <sebastiano@tronto.net> | 2022-06-01 10:00:02 +0200 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano@tronto.net> | 2022-06-01 10:00:02 +0200 |
| commit | c913d8b3563d0fbcda603ac4cdae8dcbb734055f (patch) | |
| tree | ffb074cc58a938e7b27113c5a2b0523bc95094bb /src/shell.c | |
| parent | 62c9e8012e9a0844d9597b90723a928b71ad103b (diff) | |
| download | nissy-c913d8b3563d0fbcda603ac4cdae8dcbb734055f.tar.gz nissy-c913d8b3563d0fbcda603ac4cdae8dcbb734055f.zip | |
Fixed bug with nxopt
Diffstat (limited to 'src/shell.c')
| -rw-r--r-- | src/shell.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/shell.c b/src/shell.c index 77d5d1d..30d02be 100644 --- a/src/shell.c +++ b/src/shell.c | |||
| @@ -143,6 +143,7 @@ main(int argc, char *argv[]) | |||
| 143 | char *closing_cmd[1] = { "freemem" }; | 143 | char *closing_cmd[1] = { "freemem" }; |
| 144 | 144 | ||
| 145 | init_env(); | 145 | init_env(); |
| 146 | /*print_ptable(&pd_nxopt31_HTM);*/ | ||
| 146 | 147 | ||
| 147 | if (!checkfiles()) { | 148 | if (!checkfiles()) { |
| 148 | fprintf(stderr, | 149 | fprintf(stderr, |
