summaryrefslogtreecommitdiff
path: root/dselect
diff options
context:
space:
mode:
authorGuillem Jover <guillem@debian.org>2010-11-02 20:39:08 +0100
committerGuillem Jover <guillem@debian.org>2010-11-19 05:21:12 +0100
commitec53fd98f3d10274e2da5722c63fd7f6588b3eaf (patch)
treeacb27bbadbd8672b0428452a12d52d9f59997258 /dselect
parentc1f899c832f5c676a8f3b36366605da1599760f6 (diff)
downloaddpkg-ec53fd98f3d10274e2da5722c63fd7f6588b3eaf.tar.gz
libdpkg: Rename print_error_fatal() to print_fatal_error()
Diffstat (limited to 'dselect')
-rw-r--r--dselect/main.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/dselect/main.cc b/dselect/main.cc
index 05108235f..38df1c5cc 100644
--- a/dselect/main.cc
+++ b/dselect/main.cc
@@ -509,7 +509,7 @@ int main(int, const char *const *argv) {
cursesoff();
catch_fatal_error();
}
- push_error_handler(&ejbuf,print_error_fatal,0);
+ push_error_handler(&ejbuf, print_fatal_error, 0);
loadcfgfile(DSELECT, cmdinfos);
myopt(&argv,cmdinfos);