Skip to content

Commit 9421baa

Browse files
committed
fix missing semicolon
1 parent 3464467 commit 9421baa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xmlapi/statelist.cgi

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ if {[info exists sid] && [check_session $sid]} {
7070
{
7171
object oDevice = dom.GetObject(sDevId);
7272
integer iDevInterfaceId = oDevice.Interface();
73-
object oDeviceInterface = dom.GetObject(iDevInterfaceId)
73+
object oDeviceInterface = dom.GetObject(iDevInterfaceId);
7474

7575
boolean isRemote = ( ("HMW-RCV-50" == oDevice.HssType()) || ("HM-RCV-50" == oDevice.HssType()) || ("HmIP-RCV-50" == oDevice.HssType()) );
7676

0 commit comments

Comments
 (0)