Skip to content

Commit a4815b5

Browse files
committed
fix typo
1 parent 1ae3b38 commit a4815b5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

source/main.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -80,9 +80,9 @@ int main(int argc, char* argv[]) {
8080
while (appletMainLoop()) {
8181
printf(
8282
"\n\n\n"
83-
"Press: UP/DOWN to change day | LEFT/RIGHT to change hour\n"
84-
" A to confirm time | Y to reset to current time (ntp.org time server)\n"
85-
" | + to quit\n\n\n");
83+
"Press: UP/DOWN to change hour | LEFT/RIGHT to change day\n"
84+
" A to confirm time | Y to reset to current time (ntp.org time server)\n"
85+
" | + to quit\n\n\n");
8686

8787
int dayChange = 0, hourChange = 0;
8888
while (appletMainLoop()) {

0 commit comments

Comments
 (0)