diff options
Diffstat (limited to 'pkcs11')
-rw-r--r-- | pkcs11/gnome2-store/gkm-gnome2-file.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pkcs11/gnome2-store/gkm-gnome2-file.c b/pkcs11/gnome2-store/gkm-gnome2-file.c index f933b769..582366f2 100644 --- a/pkcs11/gnome2-store/gkm-gnome2-file.c +++ b/pkcs11/gnome2-store/gkm-gnome2-file.c @@ -1014,7 +1014,7 @@ dump_attributes (gpointer key, gpointer value, gpointer user_data) if (attr->pValue == NULL) text = g_strdup ("NULL"); else - text = egg_hex_encode_full (attr->pValue, attr->ulValueLen, TRUE, ' ', 1); + text = egg_hex_encode_full (attr->pValue, attr->ulValueLen, TRUE, " ", 1); g_print ("\t0x%08x: %s\n", (guint)*type, text); g_free (text); |