From 178daf1a7510a3fdae429a373476d478ce116b93 Mon Sep 17 00:00:00 2001 From: dearblue Date: Sun, 9 Jan 2022 16:30:06 +0900 Subject: Fixes file header in src/{cdump,dump}.c [ci skip] The file headers were pointing to each other's files. --- src/dump.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/dump.c') diff --git a/src/dump.c b/src/dump.c index 2b7379d8e..3841e12ac 100644 --- a/src/dump.c +++ b/src/dump.c @@ -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 */ -- cgit v1.2.3