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.

19 lines
454 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. --- a/upnpdescgen.c
  9. +++ b/upnpdescgen.c
  10. @@ -525,6 +525,7 @@ genXML(char * str, int * len, int * tmpl
  11. pile[top].eltname = eltname;
  12. }
  13. }
  14. + return str;
  15. }
  16. /* genRootDesc() :