summaryrefslogtreecommitdiff
path: root/storage/innobase/include/ut0crc32.h
diff options
context:
space:
mode:
authorMarko Mäkelä <marko.makela@mariadb.com>2016-12-09 09:12:32 +0200
committerMarko Mäkelä <marko.makela@mariadb.com>2016-12-09 09:12:32 +0200
commitc6017b77e0d2bf2f5b610317b95646e45fa13496 (patch)
treed68f62325b4fa8ab40d3d3e7da39347a2fab76ac /storage/innobase/include/ut0crc32.h
parent64d29c6575d8c9ef01a2e1d075d434bc0114b39f (diff)
downloadmariadb-git-c6017b77e0d2bf2f5b610317b95646e45fa13496.tar.gz
Address my review comments in the contributed patch.
Diffstat (limited to 'storage/innobase/include/ut0crc32.h')
-rw-r--r--storage/innobase/include/ut0crc32.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/storage/innobase/include/ut0crc32.h b/storage/innobase/include/ut0crc32.h
index 712f1b92d46..36b389b5bd2 100644
--- a/storage/innobase/include/ut0crc32.h
+++ b/storage/innobase/include/ut0crc32.h
@@ -1,6 +1,7 @@
/*****************************************************************************
Copyright (c) 2011, 2015, Oracle and/or its affiliates. All Rights Reserved.
+Copyright (c) 2016, MariaDB Corporation.
This program is free software; you can redistribute it and/or modify it under
the terms of the GNU General Public License as published by the Free Software
@@ -54,6 +55,6 @@ extern ut_crc32_func_t ut_crc32_legacy_big_endian;
but very slow). */
extern ut_crc32_func_t ut_crc32_byte_by_byte;
-extern const char *ut_crc32_implementation;
+extern const char* ut_crc32_implementation;
#endif /* ut0crc32_h */