From: buliabyak Date: Fri, 19 May 2006 04:05:58 +0000 (+0000) Subject: fix compile warning X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=d3b4740e3750210867f4efe7ece21b6fdfff9a45;p=inkscape.git fix compile warning --- diff --git a/src/nodepath.cpp b/src/nodepath.cpp index 46f1095ac..90fcb26f7 100644 --- a/src/nodepath.cpp +++ b/src/nodepath.cpp @@ -1013,6 +1013,8 @@ sculpt_profile (double x, double alpha, guint profile) case SCULPT_PROFILE_ELLIPTIC: return sqrt(1 - x*x); } + + return 1; } double