Skip to content

Commit 4fa5369

Browse files
authored
Fix missing semicolon (#1883)
1 parent c97cb20 commit 4fa5369

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libs/render_delegate/config.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ TF_DEFINE_ENV_SETTING(
9696

9797
TF_DEFINE_ENV_SETTING(HDARNOLD_interactive_fps_min, "5.0", "Minimum fps for progressive rendering.");
9898

99-
TF_DEFINE_ENV_SETTING(HDARNOLD_profile_file, "", "Output file for profiling information.")
99+
TF_DEFINE_ENV_SETTING(HDARNOLD_profile_file, "", "Output file for profiling information.");
100100

101101
TF_DEFINE_ENV_SETTING(HDARNOLD_texture_searchpath, "", "Texture search path.");
102102

0 commit comments

Comments
 (0)