From 960b9a53837d1aefa16bd531c7087f800dbe147b Mon Sep 17 00:00:00 2001 From: David Lamparter Date: Sun, 21 Feb 2021 06:54:16 +0100 Subject: *: require semicolon after DEFINE_ Again, see previous commits. Signed-off-by: David Lamparter --- lib/debug.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/debug.h') diff --git a/lib/debug.h b/lib/debug.h index f25cd42691..a72657bdaf 100644 --- a/lib/debug.h +++ b/lib/debug.h @@ -84,7 +84,7 @@ struct debug { const char *desc; }; -PREDECL_LIST(debug_cb_list) +PREDECL_LIST(debug_cb_list); /* * Callback set for debugging code. * -- cgit v1.2.3