1
0
mirror of https://github.com/systemd/systemd.git synced 2025-03-19 22:50:17 +03:00

util: fix mismatching function signature

This commit is contained in:
Kay Sievers 2014-02-15 04:30:27 +01:00
parent b200a92cdc
commit ecea04731c

View File

@ -513,7 +513,7 @@ char *truncate_nl(char *s) {
return s;
}
int get_process_state(pid_t pid) {
char get_process_state(pid_t pid) {
const char *p;
char state;
int r;