Use consistent variable names
Use the same variable name in functions declaration and definition. Signed-off-by: Yu-Chen Lin <npes87184@gmail.com> Signed-off-by: Romain Vimont <rom@rom1v.com>
This commit is contained in:
committed by
Romain Vimont
parent
6537c2ef01
commit
fcf225049d
@@ -74,6 +74,6 @@ adb_install(const char *serial, const char *local);
|
||||
// convenience function to wait for a successful process execution
|
||||
// automatically log process errors with the provided process name
|
||||
bool
|
||||
process_check_success(process_t process, const char *name);
|
||||
process_check_success(process_t proc, const char *name);
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user