/[hurd]/hurd-l4/laden/output.c
ViewVC logotype

Diff of /hurd-l4/laden/output.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.5 by marcus, Mon Sep 15 18:18:58 2003 UTC revision 1.6 by marcus, Thu Sep 18 18:04:30 2003 UTC
# Line 54  output_init (char *name) Line 54  output_init (char *name)
54        while (*out)        while (*out)
55          {          {
56            if (!strcmp (name, (*out)->name))            if (!strcmp (name, (*out)->name))
57              output = *out;              {
58                  output = *out;
59                  break;
60                }
61            out++;            out++;
62          }          }
63        if (!output)        if (!output)

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26