mirror of
https://github.com/Genymobile/scrcpy.git
synced 2026-04-21 01:33:36 +00:00
Declare fun(void) functions with no parameters
This is not C++.
This commit is contained in:
parent
cea176c210
commit
ff4430b2a3
4 changed files with 20 additions and 21 deletions
|
|
@ -9,7 +9,7 @@
|
|||
|
||||
static const char *adb_command;
|
||||
|
||||
static inline const char *get_adb_command() {
|
||||
static inline const char *get_adb_command(void) {
|
||||
if (!adb_command) {
|
||||
adb_command = getenv("ADB");
|
||||
if (!adb_command)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue