Skip to content
Snippets Groups Projects
Commit 18737ecc authored by Rob Swindell's avatar Rob Swindell :speech_balloon:
Browse files

Lower the typo to code ratio

This fixes ssl.c build for Windows
parent bb821a54
No related branches found
No related tags found
No related merge requests found
Pipeline #5339 passed
......@@ -45,7 +45,7 @@ bool rwlock_wrlock(rwlock_t *lock);
bool rwlock_trywrlock(rwlock_t *lock);
bool rwlock_unlock(rwlock_t *lock);
bool rwlock_destroy(rwlock_t *lock);
#define rwlock_destory_ign(locl) ((void)rwlock_destroy(lock))
#define rwlock_destroy_ign(lock) ((void)rwlock_destroy(lock))
#else
#error Not implemented
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment