From 482827dd37d90547eadaaeb5cfc8f8008d1bb03f Mon Sep 17 00:00:00 2001 From: Nick Roberts Date: Tue, 15 Nov 2005 11:55:04 +0000 Subject: [PATCH] Use a more appropriate variable name. --- etc/images/gud/pp.xpm | 2 +- etc/images/gud/pstar.xpm | 2 +- etc/images/gud/until.xpm | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/etc/images/gud/pp.xpm b/etc/images/gud/pp.xpm index bf626e1abf8..03c00d95df0 100644 --- a/etc/images/gud/pp.xpm +++ b/etc/images/gud/pp.xpm @@ -1,5 +1,5 @@ /* XPM */ -static char * print_xpm[] = { +static char * pp_xpm[] = { "24 24 2 1", " c None", ". c #000000000000", diff --git a/etc/images/gud/pstar.xpm b/etc/images/gud/pstar.xpm index 6edc603db14..4f9ed1b64e8 100644 --- a/etc/images/gud/pstar.xpm +++ b/etc/images/gud/pstar.xpm @@ -1,5 +1,5 @@ /* XPM */ -static char * gud_pstar_xpm[] = { +static char * pstar_xpm[] = { "24 24 2 1", " c #BDBDBEBEBDBD", ". c #000000000000", diff --git a/etc/images/gud/until.xpm b/etc/images/gud/until.xpm index aae32e177a7..abd6c8cae99 100644 --- a/etc/images/gud/until.xpm +++ b/etc/images/gud/until.xpm @@ -1,5 +1,5 @@ /* XPM */ -static char * goto_xpm[] = { +static char * until_xpm[] = { "24 24 6 1", " c None", ". c #cc0033", -- 2.39.2