summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/util
diff options
context:
space:
mode:
author Miodrag Milanovic <mmicko@gmail.com>2015-05-27 09:03:32 +0200
committer Miodrag Milanovic <mmicko@gmail.com>2015-05-27 09:03:32 +0200
commit64e16ca8cf6f8f3f63a9a7604153a8c4725a7cf4 (patch)
tree2fbbee881d0f776a829723792eb72feea9bd0061 /src/lib/util
parente5caefbfbd7322e38ccfe6e1518efb50b20cef53 (diff)
Cleanups and version bumpmame0162
Diffstat (limited to 'src/lib/util')
-rw-r--r--src/lib/util/md5.c2
-rw-r--r--src/lib/util/md5.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/util/md5.c b/src/lib/util/md5.c
index c777cd998f5..1fdcb26de03 100644
--- a/src/lib/util/md5.c
+++ b/src/lib/util/md5.c
@@ -1,5 +1,5 @@
// license:Public Domain
-// copyright-holders:Colin Plumb
+// copyright-holders:Colin Plumb
/*
* This code implements the MD5 message-digest algorithm.
* The algorithm is due to Ron Rivest. This code was
diff --git a/src/lib/util/md5.h b/src/lib/util/md5.h
index 6926d4c1d81..8358e8c1e91 100644
--- a/src/lib/util/md5.h
+++ b/src/lib/util/md5.h
@@ -1,5 +1,5 @@
// license:Public Domain
-// copyright-holders:Colin Plumb
+// copyright-holders:Colin Plumb
/*
* This is the header file for the MD5 message-digest algorithm.
* The algorithm is due to Ron Rivest. This code was