From: Martin Mares Date: Sat, 13 Nov 2004 14:36:27 +0000 (+0000) Subject: Add a missing semicolon. X-Git-Tag: v3.0.0~99 X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=70edf3491bad02d20c8ec83ded0e8f6a5f2ded35;p=pciutils.git Add a missing semicolon. git-archimport-id: mj@ucw.cz--public/pciutils--main--2.2--patch-66 --- 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