From eea05558884629f523c2b2399f4a3fbc2ba04314 Mon Sep 17 00:00:00 2001 From: "kevin.kofler" Date: Mon, 7 Jun 2010 10:28:18 +0000 Subject: [PATCH] Add missing newline at the end of gf_lexing.h. --- contrib/c-bindings/gf_lexing.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);