aboutsummaryrefslogtreecommitdiff
path: root/lib/Arctica/Core/eventInit.pm
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Arctica/Core/eventInit.pm')
-rw-r--r--lib/Arctica/Core/eventInit.pm6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/Arctica/Core/eventInit.pm b/lib/Arctica/Core/eventInit.pm
index 3a40b04..8055285 100644
--- a/lib/Arctica/Core/eventInit.pm
+++ b/lib/Arctica/Core/eventInit.pm
@@ -13,7 +13,7 @@
#
################################################################################
#
-# Copyright (C) 2015-2016 The Arctica Project
+# Copyright (C) 2015-2016 The Arctica Project
# http://http://arctica-project.org/
#
# This code is dual licensed: strictly GPL-2 or AGPL-3+
@@ -76,7 +76,7 @@ my $SELF;
sub new {
unless ($SELF) {
my ($className,$theRest) = @_;
- my $ACF_self = {
+ my $ACF_self = {
dummydata => {
somevalue => 12,
otherinfo => "The Other INFO!",
@@ -133,7 +133,7 @@ sub doSelfTerminate {
my $ACF_self = $_[1];
BugOUT(2,"Self-terminating... ($signal)");
$ACF_self->{'Glib'}{'MainLoop'}->quit;
- return 0;
+ return 0;
}
# THE END
################################################################################