aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/main_proto_draw.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2010-01-19 19:12:55 +0000
committerGuy Harris <guy@alum.mit.edu>2010-01-19 19:12:55 +0000
commit4b8554fa3cc53c5696716eee7464723f2be3915c (patch)
tree258c5c74d59d8a3df48b993ae0c2d0794701363c /gtk/main_proto_draw.c
parent92a3647ac4368ec0fc05c988a23fdc9fb3ac86f2 (diff)
From Jakub Zawadzki: fix the return type of hex_view_get_byte().
svn path=/trunk/; revision=31569
Diffstat (limited to 'gtk/main_proto_draw.c')
-rw-r--r--gtk/main_proto_draw.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/main_proto_draw.c b/gtk/main_proto_draw.c
index 621a435c0f..ae74607587 100644
--- a/gtk/main_proto_draw.c
+++ b/gtk/main_proto_draw.c
@@ -305,7 +305,7 @@ GtkTreePath *tree_find_by_field_info(GtkTreeView *tree_view, field_info *finfo)
return gtk_tree_model_get_path(model, &fli.iter);
}
-static gboolean
+static int
hex_view_get_byte(guint ndigits, int row, int column)
{
int byte;