summaryrefslogtreecommitdiffhomepage
path: root/examples/text/text_input_box.c
diff options
context:
space:
mode:
authorRay <[email protected]>2021-04-22 18:55:24 +0200
committerRay <[email protected]>2021-04-22 18:55:24 +0200
commitdcf52c132fb0ca28f37dae9d957155e2541df812 (patch)
treeb6c263e59daba00fc33badd0a45fa6756d5df14c /examples/text/text_input_box.c
parentf92ee46d86b5a0cfb05c10b0c31fb966a4784b44 (diff)
downloadraylib-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.c2
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
}