summaryrefslogtreecommitdiff
path: root/sd
diff options
context:
space:
mode:
authorsiqi <me@siqi.fr>2013-08-16 16:53:16 +0200
committersiqi <me@siqi.fr>2013-08-16 16:53:16 +0200
commit106b788609596c90050b567dd5e497103f684daf (patch)
tree35c88d10150de53e42441b505211b5542194b04d /sd
parentb44ee0a06b08ddae003d52035b9b8558b6c3ec3c (diff)
oups...forgot the @
Change-Id: Id409bf113d7181361c0565f7cd3fb63cd7bc5384
Diffstat (limited to 'sd')
-rw-r--r--sd/source/ui/remotecontrol/OSXNetworkService.mm2
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/source/ui/remotecontrol/OSXNetworkService.mm b/sd/source/ui/remotecontrol/OSXNetworkService.mm
index c4d3bc31d1a3..ef8c32f5678d 100644
--- a/sd/source/ui/remotecontrol/OSXNetworkService.mm
+++ b/sd/source/ui/remotecontrol/OSXNetworkService.mm
@@ -17,7 +17,7 @@
- (void) publishImpressRemoteServiceOnLocalNetworkWithName:(NSString *)sName
{
- netService = [[NSNetService alloc] initWithDomain:@"local" type:"_impressremote._tcp" name:sName port:1599];
+ netService = [[NSNetService alloc] initWithDomain:@"local" type:@"_impressremote._tcp" name:sName port:1599];
if (netService != nil)
{