Skip to content

Commit 1af7541

Browse files
committed
[Libomptarget] Fix missing semicolon in exports
1 parent 619dced commit 1af7541

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
VERS1.0 {
22
global:
3-
__tgt_rtl*
3+
__tgt_rtl*;
44
local:
55
*;
66
};

0 commit comments

Comments
 (0)