diff options
Diffstat (limited to 'src/render_hkl.c')
-rw-r--r-- | src/render_hkl.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/render_hkl.c b/src/render_hkl.c index a01e7609..11dba4a9 100644 --- a/src/render_hkl.c +++ b/src/render_hkl.c @@ -689,7 +689,8 @@ int main(int argc, char *argv[]) break; default : - return 1; + ERROR("Unhandled option '%c'\n", c); + break; } |