aboutsummaryrefslogtreecommitdiff
path: root/nxcompshad/src/Core.cpp
diff options
context:
space:
mode:
authorMike Gabriel <mike.gabriel@das-netzwerkteam.de>2019-09-29 17:39:48 +0200
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2019-09-29 17:39:48 +0200
commit3a3a3373c36b5af6208ee5fdfe25e64b5766b75a (patch)
tree619edfb91b22fe9e604b115b6f88616e942709f9 /nxcompshad/src/Core.cpp
parent796c8e421fd9df658fd5b324fcaa5182566e6905 (diff)
parent085f8a4f672ed3e167bdd7791835f7ab2bebb723 (diff)
downloadnx-libs-3a3a3373c36b5af6208ee5fdfe25e64b5766b75a.tar.gz
nx-libs-3a3a3373c36b5af6208ee5fdfe25e64b5766b75a.tar.bz2
nx-libs-3a3a3373c36b5af6208ee5fdfe25e64b5766b75a.zip
Merge branch 'uli42-pr/various2' into 3.6.x
Attributes GH PR #827: https://github.com/ArcticaProject/nx-libs/pull/827
Diffstat (limited to 'nxcompshad/src/Core.cpp')
-rw-r--r--nxcompshad/src/Core.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/nxcompshad/src/Core.cpp b/nxcompshad/src/Core.cpp
index c5084e884..99ecce82f 100644
--- a/nxcompshad/src/Core.cpp
+++ b/nxcompshad/src/Core.cpp
@@ -216,7 +216,7 @@ int CorePoller::isChanged(int (*checkIfInputCallback)(void *), void *arg, int *s
// In order to allow this function to
// be suspended and resumed later, we
// need to save these two status vars.
- //
+ //
static int idxIlace = 0;
static int curLine = 0;