Commit: 86cfc30aac3c753416b4e389401f781252bd44ed Author: Hans Goudey Date: Sun May 29 11:02:30 2022 +0200 Branches: master https://developer.blender.org/rB86cfc30aac3c753416b4e389401f781252bd44ed
Cleanup: Fix warning from typo in include directive =================================================================== M intern/ghost/intern/GHOST_DropTargetX11.cpp =================================================================== diff --git a/intern/ghost/intern/GHOST_DropTargetX11.cpp b/intern/ghost/intern/GHOST_DropTargetX11.cpp index 1344176207c..70c2eb8c29e 100644 --- a/intern/ghost/intern/GHOST_DropTargetX11.cpp +++ b/intern/ghost/intern/GHOST_DropTargetX11.cpp @@ -8,7 +8,7 @@ #include "GHOST_DropTargetX11.h" #include "GHOST_Debug.h" -#include <cassert>. +#include <cassert> #include <cctype> #include <cstdio> #include <cstring> _______________________________________________ Bf-blender-cvs mailing list [email protected] List details, subscription details or unsubscribe: https://lists.blender.org/mailman/listinfo/bf-blender-cvs
