diff --git a/hmmlib2/hmmlib.h b/hmmlib2/hmmlib.h index e3381b3..b35c77f 100644 --- a/hmmlib2/hmmlib.h +++ b/hmmlib2/hmmlib.h @@ -786,7 +786,7 @@ HMML_Output hmml_parse(const char* string) return p.out; } - static const struct _hmml_str prefix = HSTR("[video"); + const struct _hmml_str prefix = HSTR("[video"); if(strncmp(p.cursor, prefix.ptr, prefix.len)) { _hmml_err(&p, "Missing initial video tag."); } else { @@ -813,7 +813,7 @@ void hmml_free(HMML_Output* out) } const struct HMML_Version hmml_version = { - 2, 0, 10 + 2, 0, 11 }; #undef HSTX