summaryrefslogtreecommitdiff
path: root/lib/erl/src/thrift.app.src
diff options
context:
space:
mode:
authorChristopher Piro <cpiro@apache.org>2007-10-02 00:05:04 +0000
committerChristopher Piro <cpiro@apache.org>2007-10-02 00:05:04 +0000
commitc7fd7639b7a4fbfd5948d9c552baf118bc94c3c3 (patch)
treead1821a19f6391c8455b244a1bc90000e4ee61dc /lib/erl/src/thrift.app.src
parent77575e69bbb9a8bc4b7d392abec781150c4cb039 (diff)
downloadthrift-c7fd7639b7a4fbfd5948d9c552baf118bc94c3c3.tar.gz
Merge branch 'otp'
git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@665282 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'lib/erl/src/thrift.app.src')
-rwxr-xr-xlib/erl/src/thrift.app.src2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/erl/src/thrift.app.src b/lib/erl/src/thrift.app.src
index dc2926a0c..590e6a9b7 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, {%APP_NAME%, []}}
+ {mod, {thrift_app, []}}
]
}.