summaryrefslogtreecommitdiff
path: root/ext
diff options
context:
space:
mode:
authorJohn Barnette <jbarnette@gmail.com>2009-09-28 10:29:20 -0700
committerJohn Barnette <jbarnette@gmail.com>2009-09-28 10:29:20 -0700
commit8eed8683e112bff7c343cdc79754b872925b45f8 (patch)
treedf9f59ff3959cb9ab481aa2f48a6718b0a2b0cfa /ext
parent3bb68b23f176dd14509bf382a45865ca18f7dce2 (diff)
downloadpsych-8eed8683e112bff7c343cdc79754b872925b45f8.zip
Typo in forward decl.
Diffstat (limited to 'ext')
-rw-r--r--ext/psych/parser.h2
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