diff options
author | Jung-uk Kim <jkim@FreeBSD.org> | 2014-08-07 16:51:50 +0000 |
---|---|---|
committer | Jung-uk Kim <jkim@FreeBSD.org> | 2014-08-07 16:51:50 +0000 |
commit | 6846a6dfd06216c71f1c9d1da1fa957d0f9ce016 (patch) | |
tree | b4301f78efe63b5c59d963d87744b03588432bd4 /crypto/ui/ui_lib.c | |
parent | f2c8f580eb02fc9ff060de5b242c825113c7a065 (diff) |
Notes
Diffstat (limited to 'crypto/ui/ui_lib.c')
-rw-r--r-- | crypto/ui/ui_lib.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/ui/ui_lib.c b/crypto/ui/ui_lib.c index ac0100808f5d..67013f8cddfb 100644 --- a/crypto/ui/ui_lib.c +++ b/crypto/ui/ui_lib.c @@ -897,9 +897,9 @@ int UI_set_result(UI *ui, UI_STRING *uis, const char *result) break; } } + } default: break; } - } return 0; } |