From bd9191e1af5362d074356bb9b97498f29c049921 Mon Sep 17 00:00:00 2001 From: "Juan J. Martinez" Date: Tue, 18 May 2021 07:54:13 +0100 Subject: Typos --- tools/sfx2h.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tools') diff --git a/tools/sfx2h.md b/tools/sfx2h.md index bfd6b88..ecd2bc2 100644 --- a/tools/sfx2h.md +++ b/tools/sfx2h.md @@ -41,11 +41,11 @@ extern const struct beeper_sfx sounds[]; #endif // SOUNDS_H_ ``` -You can include it normally on any C file, just remember to define `LOCAL` +You can include it normally in any C file, just remember to define `LOCAL` before included in the module containing the data (only once!). ## CAVEATS -* Is not perfuming exhaustive checks on the effects' names or the provided id +* Is not performing exhaustive checks on the effects' names or the provided id * `LOCAL` is not undefined after used -- cgit v1.2.3