about summary refs log tree commit diff
path: root/urt/vaxshort.c
diff options
context:
space:
mode:
Diffstat (limited to 'urt/vaxshort.c')
-rw-r--r--urt/vaxshort.c9
1 files changed, 6 insertions, 3 deletions
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);
 }
+
+
+