You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

21 lines
551 B

  1. From ce34745bb19a649c8570ef0a3da9ffd5e941548e Mon Sep 17 00:00:00 2001
  2. From: Daniel Kamil Kozar <dkk089@gmail.com>
  3. Date: Sun, 30 Dec 2018 22:49:50 +0100
  4. Subject: [PATCH] No return in a function returning non-void
  5. ---
  6. upnpdescgen.c | 1 +
  7. 1 file changed, 1 insertion(+)
  8. diff --git a/upnpdescgen.c b/upnpdescgen.c
  9. index 85ce185..78d5754 100644
  10. --- a/upnpdescgen.c
  11. +++ b/upnpdescgen.c
  12. @@ -525,6 +525,7 @@ genXML(char *str, int *len, int *tmplen, const struct XMLElt *p)
  13. pile[top].eltname = eltname;
  14. }
  15. }
  16. + return str;
  17. }
  18. /* genRootDesc() :