From b117a415aaf58c435805243a930e833f8cf62421 Mon Sep 17 00:00:00 2001 From: giraffedata Date: Thu, 26 Mar 2020 02:53:02 +0000 Subject: Promote trunk (10.90.00) to advanced git-svn-id: http://svn.code.sf.net/p/netpbm/code/advanced@3784 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