Always return correct type

This commit is contained in:
Ole Loots 2014-09-13 14:25:12 +02:00
parent 31bece790b
commit dcccaf2217

View File

@ -83,6 +83,6 @@ char *scrap_txt_read(void)
} }
} }
} }
return buf;
} }