Skip to content

Commit dde9cb4

Browse files
committed
whoops
1 parent 9cfb6d7 commit dde9cb4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/InstanceIdentifier.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ bool tryClaimInstanceID(int index) {
8080

8181
void freeInstanceID() {
8282
if (g_instanceLockFileHandle == -1) {
83-
return
83+
return;
8484
}
8585
flock(g_instanceLockFileHandle, LOCK_UN);
8686
close(g_instanceLockFileHandle);

0 commit comments

Comments
 (0)