This is merely a historical archive of years 2008-2021, before the migration to mailman3.
A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.
roox gerrit-no-reply at lists.osmocom.orgroox has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmocom-bb/+/19490 )
Change subject: Fixed little mistake in the code.
......................................................................
Fixed little mistake in the code.
Thanks to Martin Hauke.
Change-Id: I3c3f012552f2a7474ade911fc071c89e55e19352
---
M src/target/firmware/apps/snake_game/main.c
1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://gerrit.osmocom.org:29418/osmocom-bb refs/changes/90/19490/1
diff --git a/src/target/firmware/apps/snake_game/main.c b/src/target/firmware/apps/snake_game/main.c
index d9748f7..44dda9a 100644
--- a/src/target/firmware/apps/snake_game/main.c
+++ b/src/target/firmware/apps/snake_game/main.c
@@ -217,7 +217,7 @@
field[x][y] = item;
}
-wohnung void resetField()
+void resetField()
{
/* system("clear"); */
printf("\033[H\033[2J");
--
To view, visit https://gerrit.osmocom.org/c/osmocom-bb/+/19490
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings
Gerrit-Project: osmocom-bb
Gerrit-Branch: master
Gerrit-Change-Id: I3c3f012552f2a7474ade911fc071c89e55e19352
Gerrit-Change-Number: 19490
Gerrit-PatchSet: 1
Gerrit-Owner: roox <mardnh at gmx.de>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20200801/a36e54f2/attachment.htm>