]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - mysql_selector.c
configure.ac: Detect os type, add -Wl,-bind_at_load to oggvorbis ld flags on Darwin.
[paraslash.git] / mysql_selector.c
index f8885f9a0f50ea0dd185e4cbecbc3a0ab17d1d0e..f50ac410079615676268a0b0a5a2b7f546d744ce 100644 (file)
@@ -459,7 +459,8 @@ int com_laa(int fd, int argc, __a_unused char *argv[])
 /*
  * history
  */
-int com_hist(int fd, int argc, char *argv[]) {
+int com_hist(int fd, int argc, char *argv[])
+{
        int ret;
        void *result = NULL;
        char *q, *atts;
@@ -537,7 +538,7 @@ int com_mbox(int fd, int argc, char *argv[])
 
                if (!row[0])
                        goto out;
-               tmp = make_message("%s X-Attribute-%s: ', %s, '\n", query,
+               tmp = make_message("%sX-Attribute-%s: ', %s, '\n", query,
                        row[0], row[0]);
                free(query);
                query = tmp;