Skip to content

Commit a77bb5c

Browse files
authored
Merge pull request #163 from sunwookim05/main
Master
2 parents f37c2a8 + 25decc0 commit a77bb5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ int main(void) {
7070
System.out.printf("Use Time Thread %04hd-%02hhd-%02hhd %02hhd:%02hhd:%02hhd\r", t.year, t.month, t.day, t.hour, t.minute, t.second);
7171
mutex.unlock(&mutex);
7272
}
73-
73+
7474
t.stop(&t);
7575

7676
console.setCursorVisibility(true);

0 commit comments

Comments
 (0)