diff dmsimple.h @ 113:34ccf783ecca

Fix some warnings.
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 03 Oct 2012 10:27:13 +0300
parents 8db49a23b393
children ab4086db7dad
line wrap: on
line diff
--- a/dmsimple.h	Wed Oct 03 10:24:46 2012 +0300
+++ b/dmsimple.h	Wed Oct 03 10:27:13 2012 +0300
@@ -35,7 +35,7 @@
 
 #ifdef DM_USE_TREMOR
     DMResource *audio;
-    int audioPos;
+    size_t audioPos;
 #endif
 
 #ifdef DM_DEBUG