Skip to content

Commit

Permalink
Added missing semicolon
Browse files Browse the repository at this point in the history
  • Loading branch information
mattleibow authored Oct 17, 2019
1 parent 2eae748 commit 79a3a99
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions native-builds/libSkiaSharp_linux/libSkiaSharp.map
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
libSkiaSharp {
global:
sk_*;
gr_*;
local:
*;
}
global:
sk_*;
gr_*;
local:
*;
};

0 comments on commit 79a3a99

Please sign in to comment.