Initiliase another variable.

svn path=/trunk/; revision=40917
This commit is contained in:
Martin Mathieson 2012-02-07 11:15:22 +00:00
parent 203d9589f3
commit 7c166c9c4e

View file

@ -1717,7 +1717,7 @@ packet_hex_editor_print(GtkWidget *bv, const guint8 *pd, frame_data *fd, int off
/* to redraw the display if preferences change. */
int bstart = offset, bend = (bstart != -1) ? offset+1 : -1;
guint32 bmask; int bmask_le = 0;
guint32 bmask=0; int bmask_le = 0;
int astart = -1, aend = -1;
switch (recent.gui_bytes_view) {