Skip to content
Snippets Groups Projects
Commit a209a227 authored by Per Cederqvist's avatar Per Cederqvist
Browse files

Fixed trivial typo.

parent 2df9acb2
No related branches found
No related tags found
No related merge requests found
/*
* $Id: person.c,v 0.12 1991/09/25 11:04:26 ceder Exp $
* $Id: person.c,v 0.13 1991/09/25 21:25:21 ceder Exp $
* Copyright (C) 1991 Lysator Academic Computer Association.
*
* This file is part of the LysKOM server.
......@@ -28,7 +28,7 @@
* All atomic calls that deals with persons.
*/
static char *rcsid = "$Id: person.c,v 0.12 1991/09/25 11:04:26 ceder Exp $";
static char *rcsid = "$Id: person.c,v 0.13 1991/09/25 21:25:21 ceder Exp $";
#include <m-config.h>
#include <time.h>
......@@ -41,7 +41,7 @@ static char *rcsid = "$Id: person.c,v 0.12 1991/09/25 11:04:26 ceder Exp $";
#include "manipulate.h"
#include <kom-errno.h>
#include <server/smalloc.h>
#include "string-malloc.h>
#include "string-malloc.h"
#include "cache.h"
#include "log.h"
#include "minmax.h"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment