print: clean up after copy-paste

cute-signatures
Natanael Copa 2010-06-11 07:09:25 +00:00
parent 36d1bfb4ed
commit 11925542d8
3 changed files with 2 additions and 5 deletions

View File

@ -1,4 +1,4 @@
/* apk_state.h - Alpine Package Keeper (APK)
/* apk_print.h - Alpine Package Keeper (APK)
*
* Copyright (C) 2005-2008 Natanael Copa <n@tanael.org>
* Copyright (C) 2008 Timo Teräs <timo.teras@iki.fi>

View File

@ -43,7 +43,4 @@ int apk_state_lock_name(struct apk_state *state,
struct apk_name *name,
struct apk_package *newpkg);
int apk_print_indented(struct apk_indent *i, apk_blob_t blob);
void apk_print_indented_words(struct apk_indent *i, const char *text);
#endif

View File

@ -1,4 +1,4 @@
/* state.c - Alpine Package Keeper (APK)
/* print.c - Alpine Package Keeper (APK)
*
* Copyright (C) 2005-2008 Natanael Copa <n@tanael.org>
* Copyright (C) 2008 Timo Teräs <timo.teras@iki.fi>