Oops fix previous.

This commit is contained in:
matthieu 2020-01-14 21:18:04 +00:00
parent b9ee46e1d5
commit 6cb0617196

View File

@ -284,7 +284,7 @@ XmuConvertStandardSelection(Widget w, Time time, Atom *selection, Atom *target,
}
if (*target == XA_TARGETS(d)) {
#if defined(unix)
# define NUM_TARGETS 8
# define NUM_TARGETS 7
#else
# define NUM_TARGETS 6
#endif