summaryrefslogtreecommitdiff
path: root/ckcapi-object.c
diff options
context:
space:
mode:
Diffstat (limited to 'ckcapi-object.c')
-rw-r--r--ckcapi-object.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ckcapi-object.c b/ckcapi-object.c
index 5c2c6cc..7755d25 100644
--- a/ckcapi-object.c
+++ b/ckcapi-object.c
@@ -146,7 +146,7 @@ attribute_data_type(CK_ATTRIBUTE_TYPE type)
case CKA_ALLOWED_MECHANISMS:
case CKA_UNWRAP_TEMPLATE:
default:
- DBG(("unknown attribute type: %x\n", type));
+ DBG(("unknown attribute type: %x", type));
return DATA_UNKNOWN;
};
}