aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJuan J. Martinez <jjm@usebox.net>2021-06-24 22:24:30 +0100
committerJuan J. Martinez <jjm@usebox.net>2021-06-24 22:24:30 +0100
commit69b2aef41476c3f940a7ce828da9162be6f8225f (patch)
treeb6e24ec628473751797c092db712bc283316a970 /docs
parent68ce73cb7aebb015b03c4f1a4c3f64ddc08d067c (diff)
downloadubox-msx-lib-69b2aef41476c3f940a7ce828da9162be6f8225f.tar.gz
ubox-msx-lib-69b2aef41476c3f940a7ce828da9162be6f8225f.zip
Formatting fix
Diffstat (limited to 'docs')
-rw-r--r--docs/tools.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/tools.md b/docs/tools.md
index 6edd28b..1e905be 100644
--- a/docs/tools.md
+++ b/docs/tools.md
@@ -153,7 +153,8 @@ rooms. In this case, the output is compressed with [aPLib](extra-lib-ref.html#ap
The include by default will not include the data if `LOCAL` is undefined. It
should be included as follows in **one** C module:
-```c
+
+```
/* in data.c for example */
#define LOCAL
#include "rooms.h"