mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-30 17:01:15 +02:00
- rcsim: fix perror message
This commit is contained in:
@@ -219,7 +219,7 @@ int main (int argc, char **argv){
|
|||||||
#if defined (EVENTDEV)
|
#if defined (EVENTDEV)
|
||||||
evd=open (EVENTDEV,O_RDWR);
|
evd=open (EVENTDEV,O_RDWR);
|
||||||
if (evd<0){
|
if (evd<0){
|
||||||
perror ("opening event0 failed");
|
perror ("opening " EVENTDEV " failed");
|
||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
#else
|
#else
|
||||||
|
Reference in New Issue
Block a user