Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

Commit

Permalink
Remove semicolon in libmxnet.sym file (#13822)
Browse files Browse the repository at this point in the history
* Remove semicolon in libmxnet.sym file

* empty commit to trigger CI
  • Loading branch information
yuxihu authored and szha committed Jan 9, 2019
1 parent ed92b8d commit 9fc5382
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions make/config/libmxnet.sym
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ Java_org_apache_mxnet*
*NDArray*
*Engine*Get*
*Storage*Get*
*on_enter_api*;
*on_exit_api*;
*MXAPISetLastError*;
*on_enter_api*
*on_exit_api*
*MXAPISetLastError*

0 comments on commit 9fc5382

Please sign in to comment.