Skip to content

Commit

Permalink
Public Sub as Function
Browse files Browse the repository at this point in the history
  • Loading branch information
eloaders committed Jul 28, 2014
1 parent 4395225 commit ee3379d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions I-Nex/i-nex/.src/Disk_Drives.module
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ Public physical_block_size As String ' physical_block_size
Public rotational As String ' rotational
Public rq_affinity As String ' rq_affinity

Public Sub _inits()
Function _inits()
Dim Avail_HDD As Integer
Logs("Add Drives to ComboBox", Logger.Info)
Finfosys.ComboBox4.Clear
Expand All @@ -69,7 +69,7 @@ Public Sub _inits()
Next
End

Public Sub _init_2()
Function _init_2()
Dim count As Integer
Logs("Add Drives to ComboBox..", Logger.Info)
Finfosys.ComboBox3.Clear
Expand Down

0 comments on commit ee3379d

Please sign in to comment.