diff options
author | B. Watson <urchlay@slackware.uk> | 2022-11-16 19:06:52 -0500 |
---|---|---|
committer | B. Watson <urchlay@slackware.uk> | 2022-11-16 19:08:35 -0500 |
commit | 10ab105c3817faad03f49804b0f79b7d14579f07 (patch) | |
tree | 517c1ca4ff19b962af0e93abb26521818391b3fe | |
parent | bdd220fe5f4b0603b547a4370250a376f2e94c03 (diff) | |
download | dla-asm-10ab105c3817faad03f49804b0f79b7d14579f07.tar.gz |
dla2csv.xex: silence warning in main().
-rw-r--r-- | dla.atr | bin | 92176 -> 92176 bytes | |||
-rw-r--r-- | dla2csv.c | 1 | ||||
-rw-r--r-- | dla2csv.xex | bin | 11270 -> 11277 bytes |
3 files changed, 1 insertions, 0 deletions
Binary files differ @@ -480,4 +480,5 @@ int main(int argc, char **argv) { break; } EXIT(0); + return 0; /* this never executes; it's here to shut up a warning */ } diff --git a/dla2csv.xex b/dla2csv.xex Binary files differindex b83f1e2..f25c2ca 100644 --- a/dla2csv.xex +++ b/dla2csv.xex |