aboutsummaryrefslogtreecommitdiffstats
path: root/ui/help_url.c
diff options
context:
space:
mode:
Diffstat (limited to 'ui/help_url.c')
-rw-r--r--ui/help_url.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/ui/help_url.c b/ui/help_url.c
index af7c94dcf0..42ae987204 100644
--- a/ui/help_url.c
+++ b/ui/help_url.c
@@ -346,10 +346,11 @@ topic_action_url(topic_action_e action)
url = user_guide_url("ChTelRTPAnalysis.html");
break;
case(HELP_NEW_PACKET_DIALOG):
- return user_guide_url("ChapterWork.html#ChWorkPacketSepView");
+ url = user_guide_url("ChapterWork.html#ChWorkPacketSepView");
+ break;
case(HELP_IAX2_ANALYSIS_DIALOG):
url = user_guide_url("ChTelIAX2Analysis.html");
-
+ break;
case(TOPIC_ACTION_NONE):
default:
g_assert_not_reached();