~hp/fakeyd

27c6eb8f50fd0ef51175ea6b935ab87b3070023d — Hanspeter Portner 2 months ago db402b8 master
Fix clang warning
2 files changed, 2 insertions(+), 2 deletions(-)

M meson_options.txt
M src/fakeyd.c
M meson_options.txt => meson_options.txt +1 -1
@@ 2,4 2,4 @@
# SPDX-License-Identifier: CC0-1.0

option('build-tests', type : 'boolean', value : true)
option('version', type : 'string', value : '0.1.37')
option('version', type : 'string', value : '0.1.39')

M src/fakeyd.c => src/fakeyd.c +1 -1
@@ 480,7 480,7 @@ static const map_t event_maps [] = {
};

static bool
_notdone()
_notdone(void)
{
	return !atomic_load_explicit(&done, memory_order_relaxed);
}