X-Git-Url: https://git.distorted.org.uk/u/mdw/catacomb/blobdiff_plain/4d47e1571e6a3fd88ebd956a18a4b362d2f98755..c760149fcb65296defd1af967fbfa098bd83143a:/gfshare-mktab.c diff --git a/gfshare-mktab.c b/gfshare-mktab.c index 10b131d..6e37420 100644 --- a/gfshare-mktab.c +++ b/gfshare-mktab.c @@ -1,6 +1,6 @@ /* -*-c-*- * - * $Id: gfshare-mktab.c,v 1.2 2000/06/18 23:12:15 mdw Exp $ + * $Id: gfshare-mktab.c,v 1.3 2000/06/18 23:26:09 mdw Exp $ * * Generate tables for %$\gf{2^8}$% multiplication * @@ -30,6 +30,9 @@ /*----- Revision history --------------------------------------------------* * * $Log: gfshare-mktab.c,v $ + * Revision 1.3 2000/06/18 23:26:09 mdw + * Whoops. Fix a typo. + * * Revision 1.2 2000/06/18 23:12:15 mdw * Change typesetting of Galois Field names. * @@ -71,7 +74,7 @@ int main(int argc, char *argv[]) fputs("\ /* -*-c-*-\n\ *\n\ - * Log tables for secret sharing in %$\gf{2^8}$% [generated]\n\ + * Log tables for secret sharing in %$\\gf{2^8}$% [generated]\n\ */\n\ \n\ #ifndef GFSHARE_TAB_H\n\