Skip to content

Commit 59fcca4

Browse files
author
James McLaughlin
committed
Rename utf8proc_data.c to utf8proc_data.h
1 parent cb49edb commit 59fcca4

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

LICENSE

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
All files with the exception of utf8proc.c, utf8proc.h and utf8proc_data.c
2+
All files with the exception of utf8proc.c, utf8proc.h and utf8proc_data.h
33
----
44

55
Copyright (C) 2014 James McLaughlin. All rights reserved.
@@ -28,7 +28,7 @@ All files with the exception of utf8proc.c, utf8proc.h and utf8proc_data.c
2828
SUCH DAMAGE.
2929

3030

31-
utf8proc.c, utf8proc.h and utf8proc_data.c
31+
utf8proc.c, utf8proc.h and utf8proc_data.h
3232
----
3333

3434
Copyright (c) 2009, 2013 Public Software Group e. V., Berlin, Germany

utf8proc.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
* The original data files are available at
2828
* http://www.unicode.org/Public/UNIDATA/
2929
*
30-
* Please notice the copyright statement in the file "utf8proc_data.c".
30+
* Please notice the copyright statement in the file "utf8proc_data.h".
3131
*/
3232

3333

@@ -40,7 +40,7 @@
4040

4141

4242
#include "utf8proc.h"
43-
#include "utf8proc_data.c"
43+
#include "utf8proc_data.h"
4444

4545

4646
const int8_t utf8proc_utf8class[256] = {
File renamed without changes.

0 commit comments

Comments
 (0)