use float instead of double for basic FP type
authorJosh Coalson <jcoalson@users.sourceforce.net>
Wed, 16 May 2001 19:28:54 +0000 (19:28 +0000)
committerJosh Coalson <jcoalson@users.sourceforce.net>
Wed, 16 May 2001 19:28:54 +0000 (19:28 +0000)
include/FLAC/ordinals.h

index 1fe1c8d..b76f8b7 100644 (file)
@@ -78,6 +78,6 @@ typedef long long int int64;
 typedef unsigned long long uint64;
 #endif
 typedef uint8 byte;
-typedef double real;
+typedef float real;
 
 #endif