aboutsummaryrefslogtreecommitdiffstats
path: root/tuplr.cpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2009-06-20 19:35:09 +0000
committerDavid Robillard <d@drobilla.net>2009-06-20 19:35:09 +0000
commita7fb7f1fdb26418189d6241c47cc4d69531da809 (patch)
tree104ef947ae806051064a3ea10684ef7cf765beda /tuplr.cpp
parentc10b039113a618b6b0851260430985a64da4d826 (diff)
downloadresp-a7fb7f1fdb26418189d6241c47cc4d69531da809.tar.gz
resp-a7fb7f1fdb26418189d6241c47cc4d69531da809.tar.bz2
resp-a7fb7f1fdb26418189d6241c47cc4d69531da809.zip
Remove redundant module pointer.
git-svn-id: http://svn.drobilla.net/resp/tuplr@139 ad02d1e2-f140-0410-9f75-f8b11f17cedd
Diffstat (limited to 'tuplr.cpp')
-rw-r--r--tuplr.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/tuplr.cpp b/tuplr.cpp
index bc5ea0b..da5a31a 100644
--- a/tuplr.cpp
+++ b/tuplr.cpp
@@ -46,6 +46,7 @@ operator<<(ostream& out, const Exp<Atom>& exp)
return out;
}
+
/***************************************************************************
* Lexer *
***************************************************************************/