Browse Source

Keep `-vet` happy

gingerBill 1 year ago
parent
commit
72ce111a95
1 changed files with 1 additions and 1 deletions
  1. 1 1
      vendor/raylib/raygui.odin

+ 1 - 1
vendor/raylib/raygui.odin

@@ -10,7 +10,7 @@ when ODIN_OS == .Windows {
 	}
 } else when ODIN_OS == .Linux  {
 	foreign import lib {
-		"linux/libraygui.so" when RAYGUI_SHARED else "linux/libraygui.a"
+		"linux/libraygui.so" when RAYGUI_SHARED else "linux/libraygui.a",
 	}
 } else when ODIN_OS == .Darwin {
 	when ODIN_ARCH == .arm64 {