btrfs-progs: fix typedef
authorKarel Zak <kzak@redhat.com>
Fri, 12 Dec 2014 10:58:04 +0000 (11:58 +0100)
committerDavid Sterba <dsterba@suse.cz>
Wed, 17 Dec 2014 14:13:47 +0000 (15:13 +0100)
Signed-off-by: Karel Zak <kzak@redhat.com>
Signed-off-by: David Sterba <dsterba@suse.cz>
kerncompat.h

index 8afadc8..5c1cca9 100644 (file)
@@ -123,7 +123,7 @@ typedef unsigned long long u64;
 typedef unsigned char u8;
 typedef unsigned short u16;
 typedef long long s64;
-typedef int s32
+typedef int s32;
 #endif