Browse Source

syntax fix after merge

Anton Lebedevich 12 years ago
parent
commit
15bbf155f9
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/epgsql.app.src

+ 1 - 1
src/epgsql.app.src

@@ -7,5 +7,5 @@
   {applications, [kernel,
   {applications, [kernel,
                   stdlib,
                   stdlib,
                   ssl]},
                   ssl]},
-  {env, []}]}.
+  {env, []},
   {included_applications, []}]}.
   {included_applications, []}]}.