summary refs log tree commit diff stats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/common/chanopt.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/chanopt.c b/src/common/chanopt.c
index 9b7c4f24..1870c99c 100644
--- a/src/common/chanopt.c
+++ b/src/common/chanopt.c
@@ -83,6 +83,7 @@ chanopt_value (guint8 val)
 		return _("{unset}");
 	default:
 		g_assert_not_reached ();
+		return NULL;
 	}
 }