View | Details | Raw Unified | Return to bug 169869
Collapse All | Expand All

(-)fontforge/splineutil2.c (-1 / +2 lines)
Lines 4813-4819 SplineSet *SplineSetReverse(SplineSet *s Link Here
4813
    Spline *spline, *first, *next;
4813
    Spline *spline, *first, *next;
4814
    BasePoint tp;
4814
    BasePoint tp;
4815
    SplinePoint *temp;
4815
    SplinePoint *temp;
4816
    int bool;
4816
    int b;
4817
#define bool b
4817
    int i;
4818
    int i;
4818
    /* reverse the splineset so that what was the start point becomes the end */
4819
    /* reverse the splineset so that what was the start point becomes the end */
4819
    /*  and vice versa. This entails reversing every individual spline, and */
4820
    /*  and vice versa. This entails reversing every individual spline, and */

Return to bug 169869