aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2005-04-15 16:18:34 +0000
committerGerald Combs <gerald@wireshark.org>2005-04-15 16:18:34 +0000
commit46d347ed7e013844b5f1ecdc7ee035960d2b9116 (patch)
tree2e742b58beb223f7e44df1b93042495d3aa947a5
parentd96061b92d4542952e704abd507a39688047859d (diff)
Add a missing backslash.
svn path=/trunk/; revision=14095
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 8f22d70922..28313ed054 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -540,7 +540,7 @@ EXTRA_DIST = \
image/toolbar/stock_stop_24.xpm \
image/toolbar/stock_top_24.xpm \
image/toolbar/stock_zoom_1_24.xpm \
- image/toolbar/stock_zoom_in_24.xpm
+ image/toolbar/stock_zoom_in_24.xpm \
image/toolbar/stock_zoom_out_24.xpm \
image/up_arrow.xpm \
image/icon_layout_1.xpm \