Did some more work on bug 12859 and then realized that a *good*
[pspp-builds.git] / src / str.c
index 56b0491eec793656b4bddd6438414ca0d7ad49dd..d497078a585f1a994cf11be3a19e3ee0f894adbf 100644 (file)
--- a/src/str.c
+++ b/src/str.c
@@ -306,7 +306,7 @@ void
 ds_destroy (struct string *st)
 {
   free (st->string);
-  st->string = NULL;x
+  st->string = NULL;
 }
 
 /* Truncates ST to zero length. */