Skip to content

Commit

Permalink
Fix prev commit
Browse files Browse the repository at this point in the history
  • Loading branch information
eloaders committed Oct 21, 2016
1 parent 75900b6 commit 8437493
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions I-Nex/i-nex/.src/MStart.module
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,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 CPUINFO_FILE As String
Public Sub Main()
Dim PrintErr As Boolean = True
Expand Down Expand Up @@ -43,9 +44,6 @@ Public Sub Main()
"\n Example:"
"\n"
"\n env INEXCPU_VENDOR=\"Pentium(R) Dual-Core CPU T4200 \" ./i-nex.gambas")
Case "--about"
About.Show
PrintErr = False
Case "--library"
FSystemInfo.Show
PrintErr = False
Expand Down

0 comments on commit 8437493

Please sign in to comment.