# | Line 274 | Line 274 | int np; | |
---|---|---|
274 | } | |
275 | ||
276 | ||
277 | + | int |
278 | getexpos(s) /* get exposure from header line */ | |
279 | char *s; | |
280 | { | |
# | Line 285 | Line 286 | char *s; | |
286 | formatval(fmt, s); | |
287 | wrongformat = strcmp(fmt, COLRFMT); | |
288 | } | |
289 | + | return(0); |
290 | } | |
291 | ||
292 |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |