Skip to content

Commit

Permalink
fix: syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
stergiotis committed Nov 4, 2024
1 parent 9fd0e1f commit ef4ce0f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions common/src/binding/imgui/dispatch.h
Original file line number Diff line number Diff line change
Expand Up @@ -11749,8 +11749,8 @@ case 0x0000034c:
auto dirty = receiveValue<bool>();
{
auto spec = ImGui::TableGetSortSpecs();
if(spec == nullptr){ return }
spec->SpecsDirty = dirt;
if(spec == nullptr){ return; }
spec->SpecsDirty = dirty;
;
}
}
Expand Down
4 changes: 2 additions & 2 deletions skia/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -100,9 +100,9 @@ link_libraries(-DNDEBUG
# skiaShared
-lGL
# skiaShared
-L/data/repo/contrib/skia/out/Shared
-L/data/repo/imzero_client_cpp/skia/./../../contrib/skia/out/Shared
# skiaShared
-Wl,-rpath,/data/repo/contrib/skia/out/Shared
-Wl,-rpath,/data/repo/imzero_client_cpp/skia/./../../contrib/skia/out/Shared
# skiaShared
-lskparagraph
# skiaShared
Expand Down

0 comments on commit ef4ce0f

Please sign in to comment.