diff options
Diffstat (limited to 'test/trie.cc')
-rw-r--r-- | test/trie.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/trie.cc b/test/trie.cc index 943b8045..628daabf 100644 --- a/test/trie.cc +++ b/test/trie.cc @@ -4,7 +4,7 @@ int main (int argc, char *argv[]) { dw::fltk::FltkPlatform p; - + if (argc < 2) { fprintf(stderr, "Usage: trie <pattern file>\n"); exit (1); |