diff options
-rw-r--r-- | include/libirecovery.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/libirecovery.h b/include/libirecovery.h index b33338f..9874e03 100644 --- a/include/libirecovery.h +++ b/include/libirecovery.h @@ -93,7 +93,7 @@ struct irecv_device_info { unsigned char* ap_nonce; unsigned int ap_nonce_size; unsigned char* sep_nonce; - unsigned int sep_nonce_size; + unsigned int sep_nonce_size; }; typedef enum { |