diff options
author | Ulrich Sibiller <uli42@gmx.de> | 2018-01-05 01:08:18 +0100 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2018-02-05 12:47:46 +0100 |
commit | 5cee71a3cd402217946db4634e235c9b1cfbd3b3 (patch) | |
tree | 5a3d84b8f3e1bd1debeb3187514d97b529c9943f | |
parent | 61e4d294942ac103c10b5f79cff49fdf3c820e6d (diff) | |
download | nx-libs-5cee71a3cd402217946db4634e235c9b1cfbd3b3.tar.gz nx-libs-5cee71a3cd402217946db4634e235c9b1cfbd3b3.tar.bz2 nx-libs-5cee71a3cd402217946db4634e235c9b1cfbd3b3.zip |
Dialog.c: Fix wrong function names in TEST output
-rw-r--r-- | nx-X11/programs/Xserver/hw/nxagent/Dialog.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nx-X11/programs/Xserver/hw/nxagent/Dialog.c b/nx-X11/programs/Xserver/hw/nxagent/Dialog.c index c09618693..73bd37a19 100644 --- a/nx-X11/programs/Xserver/hw/nxagent/Dialog.c +++ b/nx-X11/programs/Xserver/hw/nxagent/Dialog.c @@ -91,7 +91,7 @@ void nxagentResetDialog(int pid) else if (pid == nxagentFontsReplacementDialogPid) { #ifdef TEST - fprintf(stderr, "nxagentFontsReplacementDialog: Resetting fonts replacement dialog pid [%d].\n", + fprintf(stderr, "nxagentResetDialog: Resetting fonts replacement dialog pid [%d].\n", nxagentFontsReplacementDialogPid); #endif |