From a0a953b5df59e37990e27e44c14ea976bf3aa89a Mon Sep 17 00:00:00 2001 From: mdw Date: Sun, 8 Oct 2000 12:07:18 +0000 Subject: [PATCH] Remove spurious comma in enum. --- rand.h | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/rand.h b/rand.h index 566f927..6dbd021 100644 --- a/rand.h +++ b/rand.h @@ -1,6 +1,6 @@ /* -*-c-*- * - * $Id: rand.h,v 1.6 2000/06/17 11:53:38 mdw Exp $ + * $Id: rand.h,v 1.7 2000/10/08 12:07:18 mdw Exp $ * * Secure random number generator * @@ -30,6 +30,9 @@ /*----- Revision history --------------------------------------------------* * * $Log: rand.h,v $ + * Revision 1.7 2000/10/08 12:07:18 mdw + * Remove spurious comma in enum. + * * Revision 1.6 2000/06/17 11:53:38 mdw * Deprecate `rand_getgood'. Provide a new interface to ensure that a pool * is well seeded. @@ -307,7 +310,7 @@ enum { RAND_STRETCH, /* No args */ RAND_KEY, /* @const void *k, size_t sz@ */ RAND_NOISESRC, /* @const rand_source *s@ */ - RAND_SEED, /* @unsigned bits@ */ + RAND_SEED /* @unsigned bits@ */ }; /* --- Default random number generator --- */ -- 2.11.0