X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=src%2Fmain.c;h=dee79d865e47f58c11d3513367e635b38048bd24;hb=15059fa1ed5f94c3b5d96357c9be6adfa5ea37b0;hp=77392f83bacf352005d51546964a059140635898;hpb=53d40413752d791483a3c1b6daca82f1e07feb81;p=src%2Fapp-framework-binder.git diff --git a/src/main.c b/src/main.c index 77392f83..dee79d86 100644 --- a/src/main.c +++ b/src/main.c @@ -351,7 +351,7 @@ static char *instanciate_string(char *arg, const char *port, const char *token) switch(*++it) { case 'p': wr = stpcpy(wr, port); break; case 't': wr = stpcpy(wr, token); break; - default: *wr++ = SUBST_CHAR; + default: *wr++ = SUBST_CHAR; /*@fallthrough@*/ case SUBST_CHAR: *wr++ = *it; } arg = ++it;