Skip to content

Commit

Permalink
cff: Fixes for 'make check'
Browse files Browse the repository at this point in the history
Fixed some complaints by 'make check' about exported symbols in cff.
  • Loading branch information
Andrea Canciani committed Oct 30, 2010
1 parent 22ea460 commit e43ae00
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/cairo-cff-subset.c
Original file line number Diff line number Diff line change
Expand Up @@ -1473,7 +1473,7 @@ cairo_cff_font_write_fdselect (cairo_cff_font_t *font)
}

/* Winansi to CFF standard strings mapping for characters 128 to 255 */
const int winansi_to_cff_std_string[] = {
static const int winansi_to_cff_std_string[] = {
/* 128 */
0, 0, 117, 101, 118, 121, 112, 113,
126, 122, 192, 107, 142, 0, 199, 0,
Expand Down
2 changes: 1 addition & 1 deletion src/cairo-scaled-font-subsets-private.h
Original file line number Diff line number Diff line change
Expand Up @@ -392,7 +392,7 @@ _cairo_cff_subset_fini (cairo_cff_subset_t *cff_subset);
*
* Return %TRUE if @scaled_font is a CID CFF font, otherwise return %FALSE.
**/
cairo_bool_t
cairo_private cairo_bool_t
_cairo_cff_scaled_font_is_cid_cff (cairo_scaled_font_t *scaled_font);

/**
Expand Down

0 comments on commit e43ae00

Please sign in to comment.