Commit Diff


commit - d5bdf2034237dab92ef6a155917376e245206d19
commit + 5163d06e99f13dc060058f5ca99383f1442a504a
blob - 5487f1e7cca9f45ca47f3d22673e5510aa21bc43
blob + f3bdd4d8240930703a31bcec2934ff54fc8dc851
--- telescope.c
+++ telescope.c
@@ -732,8 +732,10 @@ main(int argc, char * const *argv)
 		url = argv[0];
 	}
 
-	/* initialize part of the fs layer.  Before starting the UI
-	 * and dropping the priviledges we need to read some stuff. */
+	/*
+	 * initialize part of the fs layer.  Before starting the UI
+	 * and dropping the priviledges we need to read some stuff.
+	 */
 	fs_init();
 
 	/* setup keys before reading the config */