From b8dc10ef36fe7d6e033152d49c260f322ae1f0d9 Mon Sep 17 00:00:00 2001 From: Szczepan Zalega Date: Tue, 16 Feb 2021 10:36:23 +0100 Subject: Python 3.6 compatibility - replace unicode character --- NK_C_API.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/NK_C_API.h b/NK_C_API.h index 68fb56c..275f272 100644 --- a/NK_C_API.h +++ b/NK_C_API.h @@ -41,7 +41,7 @@ * \mainpage * * **libnitrokey** provides access to Nitrokey Pro and Nitrokey Storage devices. - * This documentation describes libnitrokey’s C API. For a list of the + * This documentation describes libnitrokey's C API. For a list of the * available functions, see the NK_C_API.h file. * * \section getting_started Example @@ -974,7 +974,7 @@ extern "C" { /** * Get SD card usage attributes. Usable during hidden volumes creation. * If the command was successful (return value 0), the usage data is - * written to the output pointer’s target. The output pointer must + * written to the output pointer's target. The output pointer must * not be null. * Storage only * @param out the output pointer for the usage data -- cgit v1.2.1