summaryrefslogtreecommitdiff
path: root/examples/Registry/test_registry_update.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'examples/Registry/test_registry_update.cpp')
-rw-r--r--examples/Registry/test_registry_update.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/Registry/test_registry_update.cpp b/examples/Registry/test_registry_update.cpp
index a755bb25e01..02c5a9a8ef6 100644
--- a/examples/Registry/test_registry_update.cpp
+++ b/examples/Registry/test_registry_update.cpp
@@ -29,8 +29,8 @@ static int update_counter (HKEY predefined,
u_long &current_counter);
static void setup_names ();
-int
-main (int, char *[])
+int
+main(int argc, char *argv[])
{
int result;
u_long current_counter = 0;