Revert "Fixed a use after free error when manipulating datasets."
[pspp] / src / ui / gui / psppire-var-sheet-header.c
index ad0401e6c8d50894b7f91d3e5904c0477f9d99e4..c3c25042ecb0a4862fa876eaee870bd3b01b7c4d 100644 (file)
@@ -1,5 +1,4 @@
-/*
-    A candidate replacement for Pspp's sheet
+/*  PSPPIRE - a graphical user interface for PSPP.
     Copyright (C) 2016  John Darrington
 
     This program is free software: you can redistribute it and/or modify
@@ -91,7 +90,7 @@ gi (GListModel *list, guint position)
 
   if (text)
     gtk_button_set_label (GTK_BUTTON (button), gettext (text));
-  
+
   return button;
 }