Просмотр исходного кода

libdpkg: Rename compression.c to compress.c

Guillem Jover лет назад: 16
Родитель
Сommit
b645c39723
2 измененных файлов с 2 добавлено и 2 удалено
  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>