summaryrefslogtreecommitdiff
path: root/ACE/ACEXML/examples/SAXPrint/main.cpp
diff options
context:
space:
mode:
authorAbdullah Sowayan <sowayan@users.noreply.github.com>2007-05-18 02:54:37 +0000
committerAbdullah Sowayan <sowayan@users.noreply.github.com>2007-05-18 02:54:37 +0000
commit735232bc256e11c73666cc1293783920fd24c89a (patch)
treecd3214c8895b8e3baabcbcf990650017ec07e736 /ACE/ACEXML/examples/SAXPrint/main.cpp
parentf69fddc7cd693208bbe4d650daf12b33784c19ca (diff)
downloadATCD-735232bc256e11c73666cc1293783920fd24c89a.tar.gz
Fri May 18 02:50:42 UTC 2007 Abdullah Sowayan <abdullah.sowayan@lmco.com>
Diffstat (limited to 'ACE/ACEXML/examples/SAXPrint/main.cpp')
-rw-r--r--ACE/ACEXML/examples/SAXPrint/main.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/ACE/ACEXML/examples/SAXPrint/main.cpp b/ACE/ACEXML/examples/SAXPrint/main.cpp
index f6f334cee0e..d875fff1964 100644
--- a/ACE/ACEXML/examples/SAXPrint/main.cpp
+++ b/ACE/ACEXML/examples/SAXPrint/main.cpp
@@ -64,8 +64,9 @@ ACE_TMAIN (int argc, ACE_TCHAR *argv[])
ACE_TEXT ("$ACE_ROOT/ACEXML/README for more ")
ACE_TEXT ("information. \n")));
return -1;
-#endif /* USE_ZZIP */
+#else
break;
+#endif /* USE_ZZIP */
default:
usage(argv[0]);
return -1;