aboutsummaryrefslogtreecommitdiffstats
path: root/src/mpd_types.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mpd_types.h')
-rw-r--r--src/mpd_types.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mpd_types.h b/src/mpd_types.h
index 1ef87afd8..01182527e 100644
--- a/src/mpd_types.h
+++ b/src/mpd_types.h
@@ -40,6 +40,6 @@ typedef unsigned long mpd_uint32;
typedef signed long mpd_sint32;
#endif
-typedef float mpd_float32;
+typedef mpd_sint32 mpd_fixed_t;
#endif