From 8657c93f0adeefd1b50d54ae30aa0a4ba2d89827 Mon Sep 17 00:00:00 2001 From: Samuel Thibault Date: Wed, 28 Mar 2018 02:03:11 +0200 Subject: Fix coding style --- sysdeps/generic/pt-destroy-specific.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sysdeps/generic/pt-destroy-specific.c') diff --git a/sysdeps/generic/pt-destroy-specific.c b/sysdeps/generic/pt-destroy-specific.c index cb6affe..523a620 100644 --- a/sysdeps/generic/pt-destroy-specific.c +++ b/sysdeps/generic/pt-destroy-specific.c @@ -49,7 +49,7 @@ __pthread_destroy_specific (struct __pthread *thread) continue; value = thread->thread_specifics[i]; - if (value) + if (value != NULL) { thread->thread_specifics[i] = 0; -- cgit v1.2.3