-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1114 from gottfriedleibniz/fix/nops
tweak: nullsub return types
- Loading branch information
Showing
3 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ ns: NETWORK | |
|
||
```c | ||
// 0x2555CF7DA5473794 | ||
Any _0x2555CF7DA5473794(); | ||
void _0x2555CF7DA5473794(); | ||
``` | ||
|
||
``` | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ ns: NETWORK | |
|
||
```c | ||
// 0x6FD992C4A1C1B986 | ||
Any _0x6FD992C4A1C1B986(); | ||
void _0x6FD992C4A1C1B986(); | ||
``` | ||
|
||
``` | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ ns: NETWORK | |
|
||
```c | ||
// 0xAEDF1BC1C133D6E3 | ||
Any _0xAEDF1BC1C133D6E3(); | ||
void _0xAEDF1BC1C133D6E3(); | ||
``` | ||
|
||
``` | ||
|