[devel] Changed "// ..." comments to "/* .. */" in the visupng project.

This commit is contained in:
Glenn Randers-Pehrson
2011-09-03 09:53:07 -05:00
parent ad8b7b71b4
commit ef43c17bfe
3 changed files with 189 additions and 182 deletions

View File

@@ -1,12 +1,12 @@
//------------------------------------------
// PNGFILE.H -- Header File for pngfile.c
//------------------------------------------
/*------------------------------------------*/
/* PNGFILE.H -- Header File for pngfile.c*/
/*------------------------------------------*/
// Copyright 2000, Willem van Schaik.
/* Copyright 2000, Willem van Schaik.*/
// This code is released under the libpng license.
// For conditions of distribution and use, see the disclaimer
// and license in png.h
/* This code is released under the libpng license.*/
/* For conditions of distribution and use, see the disclaimer*/
/* and license in png.h*/
#include <stdio.h>
#include <stdlib.h>