Fixes file header in src/{cdump,dump}.c [ci skip]

The file headers were pointing to each other's files.
This commit is contained in:
dearblue
2022-01-09 16:30:06 +09:00
parent 696589cf27
commit 178daf1a75
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
/*
** dump.c - mruby binary dumper (mrbc binary format)
** cdump.c - mruby binary dumper (in C)
**
** See Copyright Notice in mruby.h
*/
+1 -1
View File
@@ -1,5 +1,5 @@
/*
** cdump.c - mruby binary dumper (in C)
** dump.c - mruby binary dumper (mrbc binary format)
**
** See Copyright Notice in mruby.h
*/