STMClient::process_network_input: Return void, instead of always true
This function has never in its history had a codepath returning false.
This commit is contained in:
committed by
John Hood
parent
4b75bcfdd9
commit
a38b6f61d5
@@ -68,7 +68,7 @@ private:
|
||||
bool clean_shutdown;
|
||||
|
||||
void main_init( void );
|
||||
bool process_network_input( void );
|
||||
void process_network_input( void );
|
||||
bool process_user_input( int fd );
|
||||
bool process_resize( void );
|
||||
|
||||
|
||||
Reference in New Issue
Block a user