diff options
| author | Ray <[email protected]> | 2022-09-10 10:23:38 +0200 |
|---|---|---|
| committer | Ray <[email protected]> | 2022-09-10 10:23:38 +0200 |
| commit | cf76d234769be4773230fc1674acee837525ad40 (patch) | |
| tree | 40511c067cfe31f50100f282a33bbc31d50b6f97 /examples/text/text_codepoints_loading.c | |
| parent | cf24c021a36a483c0ad04b43edd9ba248eaa9cc0 (diff) | |
| download | raylib-cf76d234769be4773230fc1674acee837525ad40.tar.gz raylib-cf76d234769be4773230fc1674acee837525ad40.zip | |
Minor format tweaks
Diffstat (limited to 'examples/text/text_codepoints_loading.c')
| -rw-r--r-- | examples/text/text_codepoints_loading.c | 1 |
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 //------------------------------------------------------------------------------------ |
