aboutsummaryrefslogtreecommitdiff
path: root/gdb/doc/python.texi
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/doc/python.texi')
-rw-r--r--gdb/doc/python.texi1
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/doc/python.texi b/gdb/doc/python.texi
index ba3d2f9..9135d41 100644
--- a/gdb/doc/python.texi
+++ b/gdb/doc/python.texi
@@ -4041,6 +4041,7 @@ class ExampleParam (gdb.Parameter):
self.value = self.saved_value
raise gdb.GdbError('Failed to validate')
self.saved_value = self.value
+ return ""
@end smallexample
@end defun