Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans Goudey <h.goudey@me.com>2022-05-29 12:02:30 +0300
committerHans Goudey <h.goudey@me.com>2022-05-29 12:02:30 +0300
commit86cfc30aac3c753416b4e389401f781252bd44ed (patch)
tree6d12e619c06c986c1953f0f27440d3e56e2146ca /intern/ghost
parent3152d68b7006f5e5279be01badb4c494ccc9e928 (diff)
Cleanup: Fix warning from typo in include directive
Diffstat (limited to 'intern/ghost')
-rw-r--r--intern/ghost/intern/GHOST_DropTargetX11.cpp2
1 files changed, 1 insertions, 1 deletions
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>