提交 8b5dd340 编写于 作者: R Richard Levitte

* crypto/ui/ui_lib.c: misplaced brace in switch statement.

  Detected by dcruette@qualitesys.com
上级 c1d1b011
...@@ -916,9 +916,9 @@ int UI_set_result(UI *ui, UI_STRING *uis, const char *result) ...@@ -916,9 +916,9 @@ int UI_set_result(UI *ui, UI_STRING *uis, const char *result)
break; break;
} }
} }
}
default: default:
break; break;
} }
}
return 0; return 0;
} }
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册