X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Flibpspp%2Fgetl.c;h=b4617122677840ecd65a9670a3d424e3f03964d6;hb=c17ea35a73b7a690a54c5c6a213de19f0376e74f;hp=dbabde478ed7952b8f69c1e16de8765357ef3504;hpb=c427e8ca6b4c5d3d365b4ff3bb58a81e34efd217;p=pspp diff --git a/src/libpspp/getl.c b/src/libpspp/getl.c index dbabde478e..b461712267 100644 --- a/src/libpspp/getl.c +++ b/src/libpspp/getl.c @@ -94,7 +94,7 @@ getl_append_source (struct source_stream *ss, struct getl_interface *i) s->interface = i ; - ll_push_head (&ss->sources, &s->ll); + ll_push_tail (&ss->sources, &s->ll); } /* Nests source S within the current source file. */