diff options
| author | Ray <[email protected]> | 2021-04-22 18:55:24 +0200 |
|---|---|---|
| committer | Ray <[email protected]> | 2021-04-22 18:55:24 +0200 |
| commit | dcf52c132fb0ca28f37dae9d957155e2541df812 (patch) | |
| tree | b6c263e59daba00fc33badd0a45fa6756d5df14c /examples/text/text_input_box.c | |
| parent | f92ee46d86b5a0cfb05c10b0c31fb966a4784b44 (diff) | |
| download | raylib-dcf52c132fb0ca28f37dae9d957155e2541df812.tar.gz raylib-dcf52c132fb0ca28f37dae9d957155e2541df812.zip | |
Remove trail spaces
Diffstat (limited to 'examples/text/text_input_box.c')
| -rw-r--r-- | examples/text/text_input_box.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/text/text_input_box.c b/examples/text/text_input_box.c index a2e2adfe..408a234b 100644 --- a/examples/text/text_input_box.c +++ b/examples/text/text_input_box.c @@ -58,7 +58,7 @@ int main(void) name[letterCount] = (char)key; letterCount++; } - + key = GetCharPressed(); // Check next character in the queue } |
