aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/mtp3_stat.h
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2009-03-16 18:01:25 +0000
committerAnders Broman <anders.broman@ericsson.com>2009-03-16 18:01:25 +0000
commit3c2eddf6467b60317e03b0da1cbbd6f1a2030c00 (patch)
treecbe8871f4ad021ba39b7bcd5875ad1e15722ff60 /gtk/mtp3_stat.h
parentf0c55f2856f21f87a25c1442ba5f739ff75ca45e (diff)
Get rid of Clists, move a comment, move display as hex to gui_utils.
svn path=/trunk/; revision=27741
Diffstat (limited to 'gtk/mtp3_stat.h')
-rw-r--r--gtk/mtp3_stat.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk/mtp3_stat.h b/gtk/mtp3_stat.h
index 0249da73f5..af7ef3c0d4 100644
--- a/gtk/mtp3_stat.h
+++ b/gtk/mtp3_stat.h
@@ -30,8 +30,8 @@
*/
typedef struct _mtp3_stat_si_code_t {
- int num_msus;
- double size;
+ int num_msus;
+ int size;
} mtp3_stat_si_code_t;
typedef struct _mtp3_stat_t {