From aff951c3594a4949b58ab47c2036ac79040a1071 Mon Sep 17 00:00:00 2001 From: giraffedata Date: Sun, 29 Dec 2019 20:12:09 +0000 Subject: Fix typos in comments and messages, whitespace git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@3726 9d0c8265-081b-0410-96cb-a4ca84ce46f8 --- urt/vaxshort.c | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'urt/vaxshort.c') diff --git a/urt/vaxshort.c b/urt/vaxshort.c index 4b57b516..9a83cecb 100644 --- a/urt/vaxshort.c +++ b/urt/vaxshort.c @@ -8,14 +8,14 @@ * * Author - * Michael John Muuss - * + * * Source - * SECAD/VLD Computing Consortium, Bldg 394 * The U. S. Army Ballistic Research Laboratory * Aberdeen Proving Ground, Maryland 21005-5066 - * + * * Distribution Status - - * Public Domain, Distribution Unlimitied. + * Public Domain, Distribution Unlimited. */ #include "vaxshort.h" @@ -48,3 +48,6 @@ vax_pshort(char *msgp, unsigned short s) msgp[1] = s >> 8; return(msgp+2); } + + + -- cgit 1.4.1