diff options
| author | David Lamparter <equinox@diac24.net> | 2021-02-21 06:54:16 +0100 |
|---|---|---|
| committer | David Lamparter <equinox@diac24.net> | 2021-03-17 06:18:39 +0100 |
| commit | 960b9a53837d1aefa16bd531c7087f800dbe147b (patch) | |
| tree | 0b007330e6ed75d4e8674063a360b646d895d282 /lib/debug.h | |
| parent | 96244aca23adec551c29b78f26605f8af8eea53e (diff) | |
*: require semicolon after DEFINE_<typesafe...>
Again, see previous commits.
Signed-off-by: David Lamparter <equinox@diac24.net>
Diffstat (limited to 'lib/debug.h')
| -rw-r--r-- | lib/debug.h | 2 |
1 files changed, 1 insertions, 1 deletions
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. * |
