diff options
Diffstat (limited to 'trans/new-fifo.c')
-rw-r--r-- | trans/new-fifo.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/trans/new-fifo.c b/trans/new-fifo.c index f11cecae..c293b764 100644 --- a/trans/new-fifo.c +++ b/trans/new-fifo.c @@ -220,7 +220,7 @@ main (int argc, char **argv) if (err) error (1, 0, "error creating protid port class"); - err = trivfs_add_protid_port_class (&server_port_class); + err = trivfs_add_protid_port_class (&server_port_class); if (err) error (1, 0, "error creating protid port class"); |