aboutsummaryrefslogtreecommitdiff
path: root/src/tomo.c
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2025-04-06 14:20:18 -0400
committerBruce Hill <bruce@bruce-hill.com>2025-04-06 14:20:18 -0400
commit2bb2ff871fa1761478442bec5f6a32c9428360a1 (patch)
tree9b73df7a0c50c02353ae7bca7c2cd54788ef0077 /src/tomo.c
parent59845e610f2c90474f34079d27b5f1e07071ded4 (diff)
Change method calls to use `foo.baz()` instead of `foo:baz()`
Diffstat (limited to 'src/tomo.c')
-rw-r--r--src/tomo.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/tomo.c b/src/tomo.c
index 13a855c6..7eb53f76 100644
--- a/src/tomo.c
+++ b/src/tomo.c
@@ -241,8 +241,6 @@ int main(int argc, char *argv[])
if (files.length < 1)
print_err("No file specified!");
- else if (files.length != 1)
- print_err("Too many files specified!");
quiet = !verbose;