mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-08-21 13:20:35 +08:00
Consistant use of NULL
This commit is contained in:
@@ -165,7 +165,7 @@ protected:
|
||||
return pi;
|
||||
}
|
||||
}
|
||||
return 0;
|
||||
return NULL;
|
||||
}
|
||||
|
||||
FDCacheItem* add(FDCacheItem* pi)
|
||||
|
||||
Reference in New Issue
Block a user