소스 검색

Fix typo.

txlyre 1 년 전
부모
커밋
b2e9d55647
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      counter.c/main.c

+ 1 - 1
counter.c/main.c

@@ -1,7 +1,7 @@
 #include <stdlib.h>
 #include "counter.h"
 
-void read_ulong(uint_t *r) {
+void read_ulong(unsigned long *r) {
   *r = 0;
 
   for (unsigned long i = 0; i < sizeof(unsigned long); i++)