Fixed compilation issue

This commit is contained in:
Alexander S. Aganichev 2003-02-20 13:53:02 +00:00
parent 85c3983bbf
commit 0b6ae7e43d

View File

@ -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;
} }