cleanup
[platform/upstream/glib.git] / tests / type-test.c
index b808b65..e767f0f 100644 (file)
@@ -12,9 +12,7 @@
  * Lesser General Public License for more details.
  *
  * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the
- * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- * Boston, MA 02111-1307, USA.
+ * License along with this library; if not, see <http://www.gnu.org/licenses/>.
  */
 
 /*
@@ -41,7 +39,7 @@ main (int   argc,
   gushort gus;
   guint gui;
   gulong gul;
-  gssize gsz;
+  gsize gsz;
   gshort gs;
   gint gi;
   glong gl;
@@ -86,6 +84,7 @@ main (int   argc,
 
   gsz = G_MAXSIZE;
   gsz++;
+  
   g_assert (gsz == 0);
 
   gs = G_MAXSHORT;