1
0
Fork 0
forked from len0rd/rockbox

/me is silly

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5868 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Linus Nielsen Feltzing 2005-02-09 13:03:21 +00:00
parent f06ed4ad0c
commit e8b443052d

View file

@ -298,8 +298,8 @@ struct plugin_api {
/* new stuff at the end, sort into place next time
the API gets incompatible */
char (*strchr)(const char *s, int c);
char (*strcat)(char *s1, const char *s2);
char *(*strchr)(const char *s, int c);
char *(*strcat)(char *s1, const char *s2);
};