harmless misplaced semicolon

medial-thinwall
Mike Sheldrake 2013-01-26 09:31:28 -08:00
parent 599d76b70b
commit bc61656057
1 changed files with 2 additions and 2 deletions

View File

@ -414,8 +414,8 @@ sub notify {
'org.freedesktop.Notifications');
$notifier->Notify('Slic3r', 0, $self->{icon}, $title, $message, [], {}, -1);
undef $Net::DBus::bus_session;
}
};
};
}
}
1;