mirror of
https://github.com/reactos/reactos.git
synced 2025-08-06 19:43:04 +00:00
fix copy and paste error
svn path=/trunk/; revision=38451
This commit is contained in:
parent
3d7aac0b8d
commit
7b72ed4a02
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ extern void func_str(void);
|
||||||
|
|
||||||
const struct test winetest_testlist[] =
|
const struct test winetest_testlist[] =
|
||||||
{
|
{
|
||||||
{ "asn", func_base64 },
|
{ "base64", func_base64 },
|
||||||
{ "cert", func_cert },
|
{ "cert", func_cert },
|
||||||
{ "chain", func_chain },
|
{ "chain", func_chain },
|
||||||
{ "crl", func_crl },
|
{ "crl", func_crl },
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue