]> diplodocus.org Git - nmh/blobdiff - sbr/oauth_prof.c
Added many flags to CFLAGS with gcc, if supported.
[nmh] / sbr / oauth_prof.c
index 4d91b8b2a7f4a829ca1e8e3944acca2a13a8fc5e..db9c5cdae8969f2f8b05cdaddda8ea6a2f47b44d 100644 (file)
@@ -6,6 +6,7 @@
  */
 
 #include "h/mh.h"
  */
 
 #include "h/mh.h"
+#include "concat.h"
 #include "getcpy.h"
 #include "context_find.h"
 
 #include "getcpy.h"
 #include "context_find.h"
 
@@ -85,7 +86,7 @@ update_svc(mh_oauth_service_info *svc, const char *svc_name, char *errbuf,
 #define update(name)                                                    \
     update_svc_field(&svc->name, #name, svc_name);                       \
     if (svc->name == NULL) {                                             \
 #define update(name)                                                    \
     update_svc_field(&svc->name, #name, svc_name);                       \
     if (svc->name == NULL) {                                             \
-       snprintf(errbuf, errbuflen, "%s", #name " is missing");          \
+       snprintf(errbuf, errbuflen, "%s", #name " is missing");          \
        errbuf[errbuflen - 1] = '\0';                                    \
         return false;                                                    \
     }
        errbuf[errbuflen - 1] = '\0';                                    \
         return false;                                                    \
     }