Skip to content
Snippets Groups Projects
Commit 8b5dd340 authored by Richard Levitte's avatar Richard Levitte
Browse files

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

  Detected by dcruette@qualitesys.com
parent c1d1b011
No related branches found
No related tags found
No related merge requests found
......@@ -916,9 +916,9 @@ int UI_set_result(UI *ui, UI_STRING *uis, const char *result)
break;
}
}
}
default:
break;
}
}
return 0;
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment