aboutsummaryrefslogtreecommitdiffstats
path: root/src/log.h
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2024-11-17 11:52:13 -0500
committerDavid Robillard <d@drobilla.net>2024-11-24 19:05:31 -0500
commit70219375f00c65757324dcee4efaccc5e5006449 (patch)
tree9fb21b1f4722e20b9d3a32d210a6f6bc1391b702 /src/log.h
parent7a50916e648ac6065277b7b16a28ba876436cf24 (diff)
downloadjalv-70219375f00c65757324dcee4efaccc5e5006449.tar.gz
jalv-70219375f00c65757324dcee4efaccc5e5006449.tar.bz2
jalv-70219375f00c65757324dcee4efaccc5e5006449.zip
Improve header documentation
Diffstat (limited to 'src/log.h')
-rw-r--r--src/log.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/log.h b/src/log.h
index d748a29..993ce36 100644
--- a/src/log.h
+++ b/src/log.h
@@ -21,9 +21,8 @@
# define JALV_LOG_FUNC(fmt, arg1)
#endif
-JALV_BEGIN_DECLS
-
// String and log utilities
+JALV_BEGIN_DECLS
typedef enum {
JALV_LOG_ERR = 3,