btrfs-progs: fix typedef

Signed-off-by: Karel Zak <kzak@redhat.com>
Signed-off-by: David Sterba <dsterba@suse.cz>
master
Karel Zak 2014-12-12 11:58:04 +01:00 committed by David Sterba
parent 4f9d8b1ffa
commit 7a9fcccfd2
1 changed files with 1 additions and 1 deletions

View 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