Fixed missing semicolon at end of rcsid assignment.
1 parent 297bda7 commit 777a137b059ab445bec119bf5d36c9fb18752762
@tundra tundra authored on 3 Mar 2005
Showing 1 changed file
View
2
■■■
validate-upg.c
*/
 
 
static const char copyright[] = "Copyright (c) 2005, TundraWare Inc.\nAll Rights Reserved";
static const char rcsid[] = "$Id: validate-upg.c,v 1.100 2005/03/03 09:28:43 tundra Exp $"
static const char rcsid[] = "$Id: validate-upg.c,v 1.101 2005/03/03 09:30:23 tundra Exp $";
 
#include <sys/types.h>
#include <pwd.h>