cleanup
[platform/upstream/glib.git] / gio / gresourcefile.c
index 3d5a952..380095c 100644 (file)
@@ -13,9 +13,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.
+ * Public License along with this library; if not, see <http://www.gnu.org/licenses/>.
  *
  * Author: Alexander Larsson <alexl@redhat.com>
  */
@@ -72,6 +70,8 @@ static void g_resource_file_file_iface_init (GFileIface *iface);
 static GFileAttributeInfoList *resource_writable_attributes = NULL;
 static GFileAttributeInfoList *resource_writable_namespaces = NULL;
 
+static GType _g_resource_file_enumerator_get_type (void);
+
 #define G_TYPE_RESOURCE_FILE_ENUMERATOR         (_g_resource_file_enumerator_get_type ())
 #define G_RESOURCE_FILE_ENUMERATOR(o)           (G_TYPE_CHECK_INSTANCE_CAST ((o), G_TYPE_RESOURCE_FILE_ENUMERATOR, GResourceFileEnumerator))
 #define G_RESOURCE_FILE_ENUMERATOR_CLASS(k)     (G_TYPE_CHECK_CLASS_CAST((k), G_TYPE_RESOURCE_FILE_ENUMERATOR, GResourceFileEnumeratorClass))
@@ -828,7 +828,7 @@ g_resource_file_input_stream_close (GInputStream  *stream,
 static goffset
 g_resource_file_input_stream_tell (GFileInputStream *stream)
 {
-  GResourceFileInputStream *file = G_RESOURCE_FILE_INPUT_STREAM (stream);;
+  GResourceFileInputStream *file = G_RESOURCE_FILE_INPUT_STREAM (stream);
 
   if (!G_IS_SEEKABLE (file->stream))
       return 0;