txlyre 1 anno fa
parent
commit
d0fa9c7311
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      makeshot/makeshot.c

+ 1 - 1
makeshot/makeshot.c

@@ -172,7 +172,7 @@ void buffer_append_escaped(buffer_t *buffer, char c) {
   if (strncmp(&text[i], s, k) == 0) {\
     BUFFER_APPEND(buffer, s);\
     BUFFER_APPEND(buffer, s);\
-    break;
+    break;\
   }\
   temp_buffer = new_buffer();\
   while (text[i]) {\