Browse Source

Correct space problem

Leo 10 years ago
parent
commit
d111579bad
1 changed files with 1 additions and 1 deletions
  1. 1 1
      settings.atd

+ 1 - 1
settings.atd

@@ -35,6 +35,6 @@
 (******************************************************************************)
 
 type rc_file = {
-    progs: string list;
+    progs : string list;
     settings : string list;
 }