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