shared: trivial: add space before comment close

This commit is contained in:
Francesco Giudici 2017-10-12 12:22:06 +02:00
parent b339a2742a
commit 85cc5db7a4

View file

@ -151,7 +151,7 @@ nm_strquote (char *buf, gsize buf_len, const char *str)
switch (buf_len) {
case 2:
*(buf++) = '^';
/* fall-through*/
/* fall-through */
case 1:
*(buf++) = '\0';
break;