Continuing the nit-picking:

> * src/cff/cffload.c, cffload.h, cffobjs.c, cffparse.c, cffparse.h
> Routing library pointer all the way to cff_parser_run.

Please use complete file names relative to the top directory:

  * src/cff/cffload.c, src/cff/cffload.h, src/cff/cffobjs.c,
  src/cff/cffparse.c, src/cff/cffparse.h: Route library pointer all
  the way to `cff_parser_run'.

If something is related to a structure or function, set it into
parentheses and do a `logical move' too:

  * src/cff/cffparse.c (CFF_Field_Handler): Move it to...
  * src/cff/cffparse.h: This file, to be used by other C files.


    Werner


_______________________________________________
Freetype-devel mailing list
Freetype-devel@nongnu.org
http://lists.nongnu.org/mailman/listinfo/freetype-devel

Reply via email to