]> mj.ucw.cz Git - pciutils.git/commitdiff
Add a missing semicolon.
authorMartin Mares <mj@ucw.cz>
Sat, 13 Nov 2004 14:36:27 +0000 (14:36 +0000)
committerMartin Mares <mj@ucw.cz>
Fri, 5 May 2006 12:18:26 +0000 (14:18 +0200)
git-archimport-id: mj@ucw.cz--public/pciutils--main--2.2--patch-66

lib/types.h

index 053477ee2e84c609ccebbd159048acb245863500..8f519d4f47bb12c9081acb4e1b6cfdd37d847ea4 100644 (file)
@@ -26,7 +26,7 @@ typedef u_int32_t u32;
 typedef unsigned long u64;
 #define PCI_U64_FMT "l"
 #else
-typedef unsigned long long u64
+typedef unsigned long long u64;
 #define PCI_U64_FMT "ll"
 #endif
 #endif