Skip to content

Commit bb41da4

Browse files
committed
Merged pull request xdebug#1036
2 parents b9f55a7 + 843650c commit bb41da4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/lib/maps/maps_private.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@ int local_to_remote(xdebug_path_maps *maps, const char *local_path, size_t local
275275
*remote_line = local_line;
276276
break;
277277

278-
case XDEBUG_PATH_MAP_TYPE_LINES:
278+
case XDEBUG_PATH_MAP_TYPE_LINES: {
279279
xdebug_str *result_path;
280280
size_t result_line;
281281

@@ -286,6 +286,7 @@ int local_to_remote(xdebug_path_maps *maps, const char *local_path, size_t local
286286
*remote_path = xdebug_str_copy(result_path);
287287
*remote_line = result_line;
288288
break;
289+
}
289290
}
290291

291292
xdfree(url_path);

0 commit comments

Comments
 (0)