commit | 42fe4b9a3e20e07160b5f32c652b47fa2cb09141 | [log] [tgz] |
---|---|---|
author | Christopher Piro <cpiro@apache.org> | 周二 10月 02 00:24:07 2007 +0000 |
committer | Christopher Piro <cpiro@apache.org> | 周二 10月 02 00:24:07 2007 +0000 |
tree | df5de2468581f2286c6036f743fb816acb350583 | |
parent | c7fd7639b7a4fbfd5948d9c552baf118bc94c3c3 [diff] [blame] |
[thrift] revert 61883 Summary: i suck at git/svn ... commited not enough and with no commitlog Notes: YOU'RE DOING IT WRONG git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@665283 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/lib/erl/src/thrift.app.src b/lib/erl/src/thrift.app.src index 590e6a9..dc2926a 100755 --- a/lib/erl/src/thrift.app.src +++ b/lib/erl/src/thrift.app.src
@@ -35,7 +35,7 @@ {env, []}, % The Module and Args used to start this application. - {mod, {thrift_app, []}} + {mod, {%APP_NAME%, []}} ] }.