summaryrefslogtreecommitdiff
path: root/tests/methods/bug642350.c-expected
diff options
context:
space:
mode:
Diffstat (limited to 'tests/methods/bug642350.c-expected')
-rw-r--r--tests/methods/bug642350.c-expected2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/methods/bug642350.c-expected b/tests/methods/bug642350.c-expected
index 749255e04..d57a21f4d 100644
--- a/tests/methods/bug642350.c-expected
+++ b/tests/methods/bug642350.c-expected
@@ -154,7 +154,7 @@ gchar*
bar_get_baz (Bar* self)
{
gchar* _tmp0_;
- gchar* result = NULL;
+ gchar* result;
g_return_val_if_fail (IS_BAR (self), NULL);
_tmp0_ = g_strdup (N_ ("baz"));
result = _tmp0_;