mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-22 09:32:53 -06:00
Add missing newline at the end of gf_lexing.h.
This commit is contained in:
@@ -23,4 +23,4 @@ typedef char *(*GF_StringOp)(const char *str);
|
|||||||
|
|
||||||
/* Returns a GF_StringOp applying the operation op if available, otherwise
|
/* 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. */
|
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);
|
||||||
|
|||||||
Reference in New Issue
Block a user