summaryrefslogtreecommitdiff
path: root/examples/Registry
diff options
context:
space:
mode:
authorirfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-06-23 08:18:38 +0000
committerirfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-06-23 08:18:38 +0000
commit4a71959806dbc924bc95cf01f5579a9ff811dd8b (patch)
treeee5eb6b917bc5358e30f71e7c97b790bc654f475 /examples/Registry
parent31d9a45d1387a00a3c04c231d481e3af9a874ee7 (diff)
downloadATCD-4a71959806dbc924bc95cf01f5579a9ff811dd8b.tar.gz
*** empty log message ***
Diffstat (limited to 'examples/Registry')
-rw-r--r--examples/Registry/test_registry_iterator.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/Registry/test_registry_iterator.cpp b/examples/Registry/test_registry_iterator.cpp
index 5e47c2cfa93..73811bd7bc3 100644
--- a/examples/Registry/test_registry_iterator.cpp
+++ b/examples/Registry/test_registry_iterator.cpp
@@ -34,7 +34,7 @@ main (int argc, char *argv[])
// HKEY_CLASSES_ROOT,
// HKEY_USERS,
// HKEY_CURRENT_USER,
- argc == 2 ? ACE_WIDE_STRING (argv[1]), 0);
+ argc == 2 ? ACE_WIDE_STRING (argv[1]) : 0);
if (result != 0)
ACE_ERROR_RETURN ((LM_ERROR, "%p\n", "ACE_Predefined_Naming_Contexts::connect failed"), -1);