From 1ecccd43d484ca08669f4a8a065028fb3f3cd134 Mon Sep 17 00:00:00 2001 From: James Turner Date: Sun, 15 Dec 2013 20:55:02 +0000 Subject: [PATCH] Fix a typo breaking Mac build. --- simgear/misc/sg_path.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/simgear/misc/sg_path.cxx b/simgear/misc/sg_path.cxx index 36b7506d..e0572e19 100644 --- a/simgear/misc/sg_path.cxx +++ b/simgear/misc/sg_path.cxx @@ -677,7 +677,7 @@ SGPath SGPath::desktop(const SGPath& def) unsigned char path[1024]; if (FSRefMakePath(&ref, path, 1024) != noErr) - return def + return def; return SGPath((const char*) path, def._permission_checker); } -- 2.39.5