Browse Source

Fix typo.

txlyre 1 năm trước cách đây
mục cha
commit
b2e9d55647
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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++)