summaryrefslogtreecommitdiff
path: root/src/gui/editem.c
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2016-10-14 16:24:34 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2016-10-14 16:24:34 (GMT)
commit722539ffc6005c6cd9c8ebd37f93999014ae6d24 (patch)
tree5f78dce6057f904d689c9ff073cc69f33d057abf /src/gui/editem.c
parent8dff3daac4d2dc98b90adaecea834fb65db4fb10 (diff)
Handled Dalvik simple switch cases without fallthrough.
Diffstat (limited to 'src/gui/editem.c')
-rw-r--r--src/gui/editem.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/editem.c b/src/gui/editem.c
index 5f326ce..7718581 100644
--- a/src/gui/editem.c
+++ b/src/gui/editem.c
@@ -328,7 +328,7 @@ static void start_moving_to_address_in_view_panel(GtkViewPanel *vpanel, const vm
move = g_db_move_new(src, addr);
binary = gtk_view_panel_get_binary(vpanel);
- g_loaded_binary_add_to_collection(binary, DBF_MOVES, G_DB_ITEM(move));
+ g_loaded_binary_add_to_collection(binary, G_DB_ITEM(move));
}