We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6ea58f commit 39fa2e6Copy full SHA for 39fa2e6
htmldoc/file.c
@@ -26,8 +26,8 @@
26
#include <ctype.h>
27
28
#if CUPS_VERSION_MAJOR == 2 && CUPS_VERSION_MINOR < 5
29
-# define cupsGetError cupsGetLastError
30
-# define cupsGetErrorString cupsGetLastErrorString
+# define cupsGetError cupsLastError
+# define cupsGetErrorString cupsLastErrorString
31
#endif // CUPS_VERSION_MAJOR == 2 && CUPS_VERSION_MINOR < 5
32
33
0 commit comments