summaryrefslogtreecommitdiff
path: root/amiga/dt_sound.c
diff options
context:
space:
mode:
Diffstat (limited to 'amiga/dt_sound.c')
-rw-r--r--amiga/dt_sound.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/amiga/dt_sound.c b/amiga/dt_sound.c
index 386ffe220..4b6940210 100644
--- a/amiga/dt_sound.c
+++ b/amiga/dt_sound.c
@@ -149,7 +149,7 @@ bool amiga_dt_sound_convert(struct content *c)
amiga_dt_sound_content *plugin = (amiga_dt_sound_content *) c;
union content_msg_data msg_data;
- int width, height;
+ int width = 50, height = 50;
char title[100];
const uint8 *data;
ULONG size;