From 8eed8683e112bff7c343cdc79754b872925b45f8 Mon Sep 17 00:00:00 2001 From: John Barnette Date: Mon, 28 Sep 2009 10:29:20 -0700 Subject: Typo in forward decl. --- ext/psych/parser.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext') diff --git a/ext/psych/parser.h b/ext/psych/parser.h index c4536ed..25e896f 100644 --- a/ext/psych/parser.h +++ b/ext/psych/parser.h @@ -1,6 +1,6 @@ #ifndef PSYCH_PARSER_H #define PSYCH_PARSER_H -void Init_parser(); +void Init_psych_parser(); #endif -- cgit v1.2.3