Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 117180 | Differences between
and this patch

Collapse All | Expand All

(-)netpbm-10.31/converter/other/pnmtopng.c (-3 / +2 lines)
Lines 2653-2672 Link Here
2653
}
2653
}
2654
2654
2655
2655
2656
2656
2657
struct cmdlineInfo cmdline;
2658
2659
int 
2657
int 
2660
main(int argc, char *argv[]) {
2658
main(int argc, char *argv[]) {
2661
2659
2660
    struct cmdlineInfo cmdline;
2662
    FILE * ifP;
2661
    FILE * ifP;
2663
    FILE * afP;
2662
    FILE * afP;
2664
    FILE * pfP;
2663
    FILE * pfP;
2665
    FILE * tfP;
2664
    FILE * tfP;
2666
2665
2667
    int errorlevel;
2666
    int errorlevel;
2668
2667
    
2669
    pnm_init (&argc, argv);
2668
    pnm_init (&argc, argv);
2670
    
2669
    
2671
    parseCommandLine(argc, argv, &cmdline);
2670
    parseCommandLine(argc, argv, &cmdline);
2672
    
2671
    

Return to bug 117180