| # | Line 37 | Line 37 | char *s; | |
|---|---|---|
| 37 | wrongformat = strcmp(fmt, COLRFMT); | |
| 38 | } | |
| 39 | if (!orig) | |
| 40 | < | return; |
| 40 | > | return(0); |
| 41 | if (isexpos(s)) { /* exposure */ | |
| 42 | d = exposval(s); | |
| 43 | scalecolor(expos, d); | |
| # | Line 45 | Line 45 | char *s; | |
| 45 | colcorval(ctmp, s); | |
| 46 | multcolor(expos, ctmp); | |
| 47 | } | |
| 48 | + | return(0); |
| 49 | } | |
| 50 | ||
| 51 | ||
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |