Skip to content

Commit e261f23

Browse files
committed
Fix the module declarations in the module maps
1 parent 11d5958 commit e261f23

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
module CLibArchive {
1+
module CArchive {
22
header "archive.h"
33
header "archive_entry.h"
44
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
module CLibArchiveFE {
1+
module CArchiveFE {
22
export *
33
}

0 commit comments

Comments
 (0)