From 5426e236c661f2ea18e9f01fc03bc47fa0a66f0c Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Fri, 18 Nov 2011 17:48:43 +0000 Subject: standardized on hans@eds.org svn path=/trunk/externals/hcs/; revision=15793 --- passwd.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'passwd.c') diff --git a/passwd.c b/passwd.c index 8045bb3..7f574ca 100644 --- a/passwd.c +++ b/passwd.c @@ -1,7 +1,7 @@ /* --------------------------------------------------------------------------*/ /* */ /* converts a UID number to a user name symbol */ -/* Written by Hans-Christoph Steiner */ +/* Written by Hans-Christoph Steiner */ /* */ /* Copyright (c) 2006 Hans-Christoph Steiner */ /* */ @@ -165,7 +165,7 @@ static void *passwd_new(t_symbol *s, int argc, t_atom *argv) if(!passwd_instance_count) { post("[passwd] %s",version); - post("\twritten by Hans-Christoph Steiner "); + post("\twritten by Hans-Christoph Steiner "); post("\tcompiled on "__DATE__" at "__TIME__ " "); } passwd_instance_count++; -- cgit v1.2.1