commit | cfe392bdd477e9f767f950d74245192af66357cc | [log] [tgz] |
---|---|---|
author | Paul Bakker <paul@brainspark.nl> | Tue May 10 16:17:27 2016 +0100 |
committer | Simon Butcher <simon.butcher@arm.com> | Mon May 23 14:29:31 2016 +0100 |
tree | 2e6e04b3394ba1534a2f15c18f11cad0a6a7179d | |
parent | c0715cb39f62a02c94deda09b6d9d024a2b96a56 [diff] |
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 }