Skip to content
Snippets Groups Projects
Commit 4d63e913 authored by Moe Jette's avatar Moe Jette
Browse files

Move label outside of HAVE_BGL clause

parent f3de1190
No related branches found
No related tags found
No related merge requests found
...@@ -2781,8 +2781,8 @@ static int _find_x_path(List results, pa_node_t *pa_node, ...@@ -2781,8 +2781,8 @@ static int _find_x_path(List results, pa_node_t *pa_node,
continue; continue;
} else { } else {
/* check Y and Z dims */ /* check Y and Z dims */
#ifdef HAVE_BGL
found_path: found_path:
#ifdef HAVE_BGL
debug2("added node %d%d%d %d %d -> " debug2("added node %d%d%d %d %d -> "
"%d%d%d %d %d", "%d%d%d %d %d",
pa_node->coord[X], pa_node->coord[X],
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment