瀏覽代碼

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++)