Skip to content

Commit

Permalink
Remove Public
Browse files Browse the repository at this point in the history
  • Loading branch information
eloaders committed Jul 28, 2014
1 parent 9e00959 commit 4395225
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions I-Nex/i-nex/.src/ChkPrm.module
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
' You should have received a copy of the GNU General Public License
' along with this program. If not, see <http://www.gnu.org/licenses/>.

Public Function ChkExec(executable As String) As Boolean
Function ChkExec(executable As String) As Boolean

Dim i As Integer

Expand All @@ -29,7 +29,7 @@ Public Function ChkExec(executable As String) As Boolean

End

Public Function ChkExecDir(executable As String) As String
Function ChkExecDir(executable As String) As String

Dim installdir As String
Shell "which " & executable & "" Wait To installdir
Expand Down

0 comments on commit 4395225

Please sign in to comment.