Fixed compilation issue
This commit is contained in:
parent
85c3983bbf
commit
0b6ae7e43d
@ -116,9 +116,11 @@ char* g_get_clip_text(void) {
|
|||||||
text[size] = NUL;
|
text[size] = NUL;
|
||||||
fclose(f);
|
fclose(f);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
return text;
|
||||||
}
|
}
|
||||||
|
|
||||||
return text;
|
return NULL;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user