diff --git a/rootx/src/rootx.cxx b/rootx/src/rootx.cxx
index c4787557ac8aee66b1db1dc8117e199dc42c67c0..3b1a200d695da491496d27a54b40a7f0b447dcbb 100644
--- a/rootx/src/rootx.cxx
+++ b/rootx/src/rootx.cxx
@@ -477,7 +477,7 @@ int main(int argc, char **argv)
       if (!strcmp(argv[i], "-ll"))        gNoLogo  = true;
       if (!strcmp(argv[i], "-a"))         about    = true;
       if (!strcmp(argv[i], "-config"))    gNoLogo  = true;
-      if (!strcmp(argv[i], "--version"))    gNoLogo  = true;
+      if (!strcmp(argv[i], "--version"))  gNoLogo  = true;
       if (!strcmp(argv[i], "--notebook")) notebook = true;
    }