Skip to content
This repository was archived by the owner on Aug 31, 2021. It is now read-only.

Commit 9d9ad53

Browse files
[[ Bug 18709 ]] Added missing semi-colon.
1 parent 420f0dd commit 9d9ad53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

revmobile/src/reviphoneproxy.mm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ - (id)getSimDeviceSet
119119
{
120120
NSError* t_error;
121121
t_error = nil;
122-
id t_dev_set
122+
id t_dev_set;
123123
t_dev_set = [s_SimRuntime_class defaultDeviceSetWithError: &t_error];
124124
if (t_error == nil && t_dev_set != nil)
125125
return [t_dev_set availableDevices];

0 commit comments

Comments
 (0)