aboutsummaryrefslogtreecommitdiffstats
path: root/src/unify.cpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2009-06-29 01:18:46 +0000
committerDavid Robillard <d@drobilla.net>2009-06-29 01:18:46 +0000
commit104ad6fde8f16f6f10fc1e94492f7358748abb57 (patch)
tree10e7452bceb13889322d508a07019162747de2ee /src/unify.cpp
parent8aa28fc6f34208ce3562dd8edcbecd028a61fd17 (diff)
downloadresp-104ad6fde8f16f6f10fc1e94492f7358748abb57.tar.gz
resp-104ad6fde8f16f6f10fc1e94492f7358748abb57.tar.bz2
resp-104ad6fde8f16f6f10fc1e94492f7358748abb57.zip
Normalise EOF.
git-svn-id: http://svn.drobilla.net/resp/tuplr@168 ad02d1e2-f140-0410-9f75-f8b11f17cedd
Diffstat (limited to 'src/unify.cpp')
-rw-r--r--src/unify.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/unify.cpp b/src/unify.cpp
index 5d4121e..d2bd055 100644
--- a/src/unify.cpp
+++ b/src/unify.cpp
@@ -101,4 +101,3 @@ unify(const Constraints& constraints)
(format("type is `%1%' but should be `%2%'") % s->str() % t->str()).str());
}
}
-