summaryrefslogtreecommitdiff
path: root/source4/lib/registry/tools/gregedit.c
diff options
context:
space:
mode:
Diffstat (limited to 'source4/lib/registry/tools/gregedit.c')
-rw-r--r--source4/lib/registry/tools/gregedit.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/source4/lib/registry/tools/gregedit.c b/source4/lib/registry/tools/gregedit.c
index 10e5f45468..4bbde9a37d 100644
--- a/source4/lib/registry/tools/gregedit.c
+++ b/source4/lib/registry/tools/gregedit.c
@@ -723,10 +723,12 @@ GtkWidget* create_savefilewin (void)
return savefilewin;
}
-int main (int argc, char *argv[])
+ int main(int argc, char *argv[])
{
poptContext pc;
- const char *backend = NULL, *credentials = NULL, *location;
+ const char *backend = NULL;
+ const char *credentials = NULL;
+ const char *location;
int opt;
struct poptOption long_options[] = {
POPT_AUTOHELP