Skip to content

Commit

Permalink
put back container initialisation from previous warning patch
Browse files Browse the repository at this point in the history
  • Loading branch information
nirgal authored and Brian Bruns committed Sep 4, 2011
1 parent 96e3f6d commit cc7f9d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gmdb2/debug.c
Original file line number Diff line number Diff line change
Expand Up @@ -652,7 +652,7 @@ gmdb_debug_dissect_data_pg3(GtkTreeStore *store, char *fbuf, int offset, int len
row_len = (get_uint16(fbuf+offset+10+(i-1)*2)
& 0x0FFF) - row_start;
str = g_strdup_printf("Row %d", i+1);
/*container = */gmdb_debug_add_item(store, NULL, str,
container = gmdb_debug_add_item(store, NULL, str,
row_start, row_len);

/* usage pages have parent id of 0 (database) and do not
Expand Down

0 comments on commit cc7f9d8

Please sign in to comment.