9front - general discussion about 9front
 help / color / mirror / Atom feed
* [9front] aout2uimage patch
@ 2020-12-22 16:56 james palmer
  2020-12-22 18:34 ` cinap_lenrek
  0 siblings, 1 reply; 2+ messages in thread
From: james palmer @ 2020-12-22 16:56 UTC (permalink / raw)
  To: 9front

just a small typo,
the usage() function is missing a newline in the call to fprint():

diff -r 1ae20c21a286 sys/src/cmd/aux/aout2uimage.c
--- a/sys/src/cmd/aux/aout2uimage.c	Sat Dec 19 19:15:02 2020 +0100
+++ b/sys/src/cmd/aux/aout2uimage.c	Tue Dec 22 16:52:30 2020 +0000
@@ -67,7 +67,7 @@
 void
 usage(void)
 {
-	fprint(2, "usage: %s a.out", argv0);
+	fprint(2, "usage: %s a.out\n", argv0);
 	exits("usage");
 }
 


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-12-22 18:47 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-12-22 16:56 [9front] aout2uimage patch james palmer
2020-12-22 18:34 ` cinap_lenrek

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).