aboutsummaryrefslogtreecommitdiffstats
path: root/src/bytecode/string_view.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/bytecode/string_view.h')
-rwxr-xr-xsrc/bytecode/string_view.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bytecode/string_view.h b/src/bytecode/string_view.h
index 42273ab..64c8d8e 100755
--- a/src/bytecode/string_view.h
+++ b/src/bytecode/string_view.h
@@ -16,6 +16,6 @@ char sv_peek(const StringView *sv);
16bool sv_equal(const StringView *a, const StringView *b); 16bool sv_equal(const StringView *a, const StringView *b);
17 17
18// Write a character to the given output stream. 18// Write a character to the given output stream.
19void sv_write(const StringView *sv, FILE *file); 19void sv_write(const StringView *sv);
20 20
21#endif // BDL_STRINGVIEW_H 21#endif // BDL_STRINGVIEW_H