> "lux" writes: > >> + FILE *otags_f = fopen ("OTAGS", "wb"); >> + FILE *tag_f = fopen (tagfile, "rb"); >> + >> + if (otags_f == NULL) >> + pfatal ("OTAGS"); > ^^ > > Two spurious spaces here. Other than that, LGTM. Fixed, thank you :-)