Skip to content

Commit

Permalink
Replace Case Like "" to Case Else
Browse files Browse the repository at this point in the history
  • Loading branch information
eloaders committed Sep 5, 2014
1 parent b0ebe75 commit 1345751
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 @@ -427,7 +427,7 @@ Public Sub disks()
USB_PIC = Picture.Load("Data/USB/usb2")
Case Like "*3*"
USB_PIC = Picture.Load("Data/USB/usb3")
Case Like ""
Case Else
USB_PIC = Null
End Select

Expand All @@ -441,7 +441,7 @@ Public Sub disks()
SATA_PIC = Picture.Load("Data/SATA/SATA3.jpg")
Case Like "*<unknown>*"
SATA_PIC = Picture.Load("Data/SATA/SATA.jpg")
Case Like ""
Case Else
SATA_PIC = Null
End Select
End
Expand Down

0 comments on commit 1345751

Please sign in to comment.