Skip to content

Commit

Permalink
add missing comma after the merge conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
npoltorapavlo committed Dec 2, 2024
1 parent a5662cf commit 7ce061f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion interfaces/Ids.h
Original file line number Diff line number Diff line change
Expand Up @@ -376,7 +376,7 @@ namespace Exchange {

ID_TESTAUTOMATIONMEMORY = RPC::IDS::ID_EXTERNAL_INTERFACE_OFFSET + 0x9F0,
ID_TESTAUTOMATIONCOMRPC = ID_TESTAUTOMATIONMEMORY + 1,
ID_TESTAUTOMATIONCOMRPCINTERNAL = ID_TESTAUTOMATIONMEMORY + 2
ID_TESTAUTOMATIONCOMRPCINTERNAL = ID_TESTAUTOMATIONMEMORY + 2,

ID_CONTENTPROTECTION = RPC::IDS::ID_EXTERNAL_INTERFACE_OFFSET + 0x500,
ID_CONTENTPROTECTION_NOTIFICATION = ID_CONTENTPROTECTION + 1,
Expand Down

0 comments on commit 7ce061f

Please sign in to comment.