From 70edf3491bad02d20c8ec83ded0e8f6a5f2ded35 Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Sat, 13 Nov 2004 14:36:27 +0000 Subject: [PATCH] Add a missing semicolon. git-archimport-id: mj@ucw.cz--public/pciutils--main--2.2--patch-66 --- lib/types.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/types.h b/lib/types.h index 053477e..8f519d4 100644 --- a/lib/types.h +++ b/lib/types.h @@ -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 -- 2.39.2