diff options
author | John Barnette <jbarnette@gmail.com> | 2009-09-28 10:29:20 -0700 |
---|---|---|
committer | John Barnette <jbarnette@gmail.com> | 2009-09-28 10:29:20 -0700 |
commit | 8eed8683e112bff7c343cdc79754b872925b45f8 (patch) | |
tree | df9f59ff3959cb9ab481aa2f48a6718b0a2b0cfa /ext | |
parent | 3bb68b23f176dd14509bf382a45865ca18f7dce2 (diff) | |
download | psych-8eed8683e112bff7c343cdc79754b872925b45f8.zip |
Typo in forward decl.
Diffstat (limited to 'ext')
-rw-r--r-- | ext/psych/parser.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 |