Merge pull request #7 from tkummermehr/Cosmetics
authorFulup Ar Foll <fulup@iot.bzh>
Thu, 13 Jul 2017 21:39:27 +0000 (23:39 +0200)
committerGitHub <noreply@github.com>
Thu, 13 Jul 2017 21:39:27 +0000 (23:39 +0200)
Code cosmetics. Mainly comments

1  2 
ucs2-afb/ucs_binding.c

@@@ -65,9 -65,9 +65,9 @@@ typedef struct 
  static ucsContextT *ucsContextS;
  
  PUBLIC void UcsXml_CB_OnError(const char format[], uint16_t vargsCnt, ...) {
-     //DEBUG (afbIface, format, args);
+     /*DEBUG (afbIface, format, args); */
      va_list args;
 -    va_start (args, format);
 +    va_start (args, vargsCnt);
      vfprintf (stderr, format, args);
      va_end(args);
  }