Skip to content

Commit 313eb02

Browse files
committed
fix a typo
1 parent 7bea33f commit 313eb02

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

vpr/src/route/route_utils.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -510,10 +510,9 @@ void try_graph(int width_fac,
510510
#ifndef NO_GRAPHICS
511511
void update_draw_pres_fac(const float new_pres_fac) {
512512
#else
513-
void update_draw_pres_fac(const float /*new_pres_fac*/)
513+
void update_draw_pres_fac(const float /*new_pres_fac*/) {
514514
#endif
515515
#ifndef NO_GRAPHICS
516-
517516
// Only updates the drawing pres_fac if graphics is enabled
518517
get_draw_state_vars()->pres_fac = new_pres_fac;
519518

0 commit comments

Comments
 (0)