1
1
mirror of https://github.com/systemd/systemd-stable.git synced 2025-01-03 01:17:45 +03:00

terminal: avoid warning about signed-unsigned comparison

This commit is contained in:
Zbigniew Jędrzejewski-Szmek 2014-08-03 23:40:00 -04:00
parent 590baf91f3
commit 61b385c616

View File

@ -66,8 +66,8 @@
#include "term-internal.h"
struct interval {
int first;
int last;
wchar_t first;
wchar_t last;
};
/* auxiliary function for binary search in interval table */