add missing period

This commit is contained in:
Connor Olding 2018-11-10 05:29:48 +01:00
parent 70b59d455d
commit f8c15bc5b7

View File

@ -216,7 +216,7 @@ a C program for exploring the "TYR" glitch in Tony Hawk's Pro Skater 1 (N64).
### tiny\_crc32
a very small C program for computing CRC-32s.
this is a rewrite of [the code by Karl Malbrain](http://www.geocities.ws/malbrain/crc_c.html)
this is a rewrite of [the code by Karl Malbrain.](http://www.geocities.ws/malbrain/crc_c.html)
the license is ambiguous?
i've written [a similar routine in MIPS assembly.](https://eaguru.guru/git/notwa/mm/src/branch/master/asm/crc32.asm)