summaryrefslogtreecommitdiff
path: root/include/text.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/text.h')
-rw-r--r--include/text.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/text.h b/include/text.h
index cd78f4a..b1cc549 100644
--- a/include/text.h
+++ b/include/text.h
@@ -1,6 +1,6 @@
#pragma once
-void unloadGlyphInfo( GlyphInfo *glyph );
+void unloadGlyphInfo( GlyphInfo* glyph );
/* Font loading/unloading functions. */
int ltextGetFontDefault( lua_State* L );
int ltextLoadFont( lua_State* L );