print_ptr_in(): change log format

git-svn-id: https://www.opensc-project.org/svnp/opensc/trunk@3516 c6295689-39f2-0310-b995-f0e70906c6a9
This commit is contained in:
ludovic.rousseau 2008-05-20 09:47:27 +00:00
parent 232a26b62d
commit 28c0c6283d
1 changed files with 1 additions and 1 deletions

View File

@ -279,7 +279,7 @@ static void spy_attribute_list_out(const char *name, CK_ATTRIBUTE_PTR pTemplate,
static void print_ptr_in(const char *name, CK_VOID_PTR ptr)
{
fprintf(spy_output, "[in] %s[%p]: \n", name, ptr);
fprintf(spy_output, "[in] %s = %p\n", name, ptr);
}
CK_RV C_GetFunctionList