Typo. From Han-Wen.
This commit is contained in:
parent
42b63b2bba
commit
93a5c73cf8
|
@ -4,7 +4,7 @@
|
||||||
/* */
|
/* */
|
||||||
/* FreeType error code handling (specification). */
|
/* FreeType error code handling (specification). */
|
||||||
/* */
|
/* */
|
||||||
/* Copyright 1996-2001, 2002, 2004 by */
|
/* Copyright 1996-2001, 2002, 2004, 2007 by */
|
||||||
/* David Turner, Robert Wilhelm, and Werner Lemberg. */
|
/* David Turner, Robert Wilhelm, and Werner Lemberg. */
|
||||||
/* */
|
/* */
|
||||||
/* This file is part of the FreeType project, and may only be used, */
|
/* This file is part of the FreeType project, and may only be used, */
|
||||||
|
@ -73,7 +73,7 @@
|
||||||
/* const struct */
|
/* const struct */
|
||||||
/* { */
|
/* { */
|
||||||
/* int err_code; */
|
/* int err_code; */
|
||||||
/* const char* err_msg */
|
/* const char* err_msg; */
|
||||||
/* } ft_errors[] = */
|
/* } ft_errors[] = */
|
||||||
/* */
|
/* */
|
||||||
/* #include FT_ERRORS_H */
|
/* #include FT_ERRORS_H */
|
||||||
|
|
Loading…
Reference in New Issue