summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkevin.kofler <kevin.kofler@chello.at>2010-06-07 10:28:18 +0000
committerkevin.kofler <kevin.kofler@chello.at>2010-06-07 10:28:18 +0000
commiteea05558884629f523c2b2399f4a3fbc2ba04314 (patch)
tree11c0b3706233bffc0f6aa1cf5b72b98f2f500d97
parent1d24fee897b2d88bbe141c4cdf3f269401a256f2 (diff)
Add missing newline at the end of gf_lexing.h.
-rw-r--r--contrib/c-bindings/gf_lexing.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/c-bindings/gf_lexing.h b/contrib/c-bindings/gf_lexing.h
index 262cff8f2..6ab6960cc 100644
--- a/contrib/c-bindings/gf_lexing.h
+++ b/contrib/c-bindings/gf_lexing.h
@@ -23,4 +23,4 @@ typedef char *(*GF_StringOp)(const char *str);
/* Returns a GF_StringOp applying the operation op if available, otherwise
NULL. op is assumed to be non-NULL. The GF_StringOp MUST NOT be freed. */
-GF_StringOp gf_stringOp(const char *op); \ No newline at end of file
+GF_StringOp gf_stringOp(const char *op);