Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 493724
Collapse All | Expand All

(-)EMBOSS-6.3.1_orig/ajax/graphics/ajgraph.c (-2 / +2 lines)
Lines 1329-1334 Link Here
1329
void ajGraphicsSetPenwidth(float penwidth)
1329
void ajGraphicsSetPenwidth(float penwidth)
1330
{
1330
{
1331
    ajDebug("=g= plwid(%.2f) [width]\n", penwidth);
1331
    ajDebug("=g= plwidth(%.2f) [width]\n", penwidth);
1332
    plwid((PLINT)penwidth);
1332
    plwidth((PLINT)penwidth);
1333
1333
1334
    return;
1334
    return;

Return to bug 493724