1
0
forked from GitHub/gf-core

Add missing newline at the end of gf_lexing.h.

This commit is contained in:
kevin.kofler
2010-06-07 10:28:18 +00:00
parent 1d24fee897
commit eea0555888

View File

@@ -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);
GF_StringOp gf_stringOp(const char *op);