commit | e049ccd40595961da7e1dfb448923aea1f84f715 | [log] [tgz] |
---|---|---|
author | Paul Bakker <paul@brainspark.nl> | Tue May 10 16:17:27 2016 +0100 |
committer | Paul Bakker <paul@brainspark.nl> | Wed May 11 14:13:02 2016 +0100 |
tree | 250a560240cc66626d76bde5d0bd02d5058f1676 | |
parent | 17ddff5eafeef9947c68f799e43515860da072e3 [diff] [blame] |
Add end guard comment
diff --git a/include/mbedtls/threading.h b/include/mbedtls/threading.h index b416d47..b0c34ec 100644 --- a/include/mbedtls/threading.h +++ b/include/mbedtls/threading.h
@@ -97,7 +97,7 @@ */ extern mbedtls_threading_mutex_t mbedtls_threading_readdir_mutex; extern mbedtls_threading_mutex_t mbedtls_threading_gmtime_mutex; -#endif +#endif /* MBEDTLS_THREADING_C */ #ifdef __cplusplus }