diff src/xs_sidplay2.cc @ 702:b5b6b13a6d85

Renamed some types.
author Matti Hamalainen <ccr@tnsp.org>
date Sun, 25 May 2008 01:38:48 +0300
parents e2800b15ec0f
children a6283cf95c99
line wrap: on
line diff
--- a/src/xs_sidplay2.cc	Fri May 23 21:05:47 2008 +0300
+++ b/src/xs_sidplay2.cc	Sun May 25 01:38:48 2008 +0300
@@ -94,7 +94,7 @@
  */
 gboolean xs_sidplay2_probe(xs_file_t *f)
 {
-    gchar tmpBuf[4];
+    gchar tmpBuf[5];
     
     if (!f) return FALSE;
     
@@ -115,7 +115,7 @@
     gint tmpFreq, i;
     xs_sidplay2_t *myEngine;
     sid_filter_t tmpFilter;
-    t_xs_sid2_filter *f;
+    xs_sid2_filter_t *f;
     assert(myStatus);
 
     /* Allocate internal structures */