X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fui%2Fgui%2Fhelper.c;h=75954fbdabbebbaae424d32b8e363b0f97aba4da;hb=27e94a1fb74828d4289110ad8b66e8b3eb8bc55e;hp=a85b80ba584b117365c2c31c4b718749cca6124c;hpb=a9faf7c6614e0cbc5532f4c9bf9afcf92d52209e;p=pspp diff --git a/src/ui/gui/helper.c b/src/ui/gui/helper.c index a85b80ba58..75954fbdab 100644 --- a/src/ui/gui/helper.c +++ b/src/ui/gui/helper.c @@ -31,7 +31,7 @@ #include #include #include "psppire-syntax-window.h" -#include +#include #include #include @@ -52,7 +52,7 @@ gchar * value_to_text (union value v, const PsppireDict *dict, struct fmt_spec format) { - gchar *s = 0; + gchar *s = NULL; s = data_out (&v, dict_get_encoding (dict->dict), &format); g_strchug (s);