summaryrefslogtreecommitdiffhomepage
path: root/examples/text/text_codepoints_loading.c
diff options
context:
space:
mode:
Diffstat (limited to 'examples/text/text_codepoints_loading.c')
-rw-r--r--examples/text/text_codepoints_loading.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/text/text_codepoints_loading.c b/examples/text/text_codepoints_loading.c
index 921b0e75..3b6e1160 100644
--- a/examples/text/text_codepoints_loading.c
+++ b/examples/text/text_codepoints_loading.c
@@ -24,7 +24,6 @@ static char *text = "いろはにほへと ちりぬるを\nわかよたれそ
// Remove codepoint duplicates if requested
static int *CodepointRemoveDuplicates(int *codepoints, int codepointCount, int *codepointResultCount);
-
//------------------------------------------------------------------------------------
// Program main entry point
//------------------------------------------------------------------------------------