summaryrefslogtreecommitdiff
path: root/src/raptor_term.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/raptor_term.c')
-rw-r--r--src/raptor_term.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/raptor_term.c b/src/raptor_term.c
index d0924bf6..22e84a4f 100644
--- a/src/raptor_term.c
+++ b/src/raptor_term.c
@@ -620,7 +620,6 @@ raptor_term_compare(const raptor_term *t1, const raptor_term *t2)
#ifdef STANDALONE
-#endif
/* one more prototype */
int main(int argc, char *argv[]);
@@ -896,3 +895,5 @@ main(int argc, char *argv[])
return rc;
}
+
+#endif /* STANDALONE */