Commit e4decc41 authored by Bodo Möller's avatar Bodo Möller
Browse files

typo

parent cf5bfbfc
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -568,7 +568,7 @@ static void err_load_strings(int lib, ERR_STRING_DATA *str)

void ERR_load_strings(int lib, ERR_STRING_DATA *str)
	{
	err_load_ERR_strings();
	ERR_load_ERR_strings();
	err_load_strings(lib, str);
	}