[Bf-blender-cvs] [86cfc30aac3] master: Cleanup: Fix warning from typo in include directive

Hans Goudey noreply at git.blender.org
Sun May 29 11:02:35 CEST 2022


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>



More information about the Bf-blender-cvs mailing list