Explorar o código

libdpkg: Rename compression.c to compress.c

Guillem Jover %!s(int64=16) %!d(string=hai) anos
pai
achega
b645c39723
Modificáronse 2 ficheiros con 2 adicións e 2 borrados
  1. 1 1
      lib/dpkg/Makefile.am
  2. 1 1
      lib/dpkg/compression.c

+ 1 - 1
lib/dpkg/Makefile.am

@@ -21,7 +21,7 @@ libdpkg_a_SOURCES = \
 	dlist.h \
 	buffer.c buffer.h \
 	cleanup.c \
-	compression.c \
+	compress.c \
 	database.c \
 	dbmodify.c \
 	dump.c \

+ 1 - 1
lib/dpkg/compression.c

@@ -1,6 +1,6 @@
 /*
  * libdpkg - Debian packaging suite library routines
- * compression.c - compression support functions
+ * compress.c - compression support functions
  *
  * Copyright © 2000 Wichert Akkerman <wakkerma@debian.org>
  * Copyright © 2004 Scott James Remnant <scott@netsplit.com>