diff options
Diffstat (limited to 'loadacm.c')
-rw-r--r-- | loadacm.c | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -140,10 +140,9 @@ int screen_map_load(int fd, FILE * fp) | |||
140 | perror("PIO_SCRNMAP ioctl"), exit(1); | 140 | perror("PIO_SCRNMAP ioctl"), exit(1); |
141 | else | 141 | else |
142 | return 0; | 142 | return 0; |
143 | } else { | ||
144 | fprintf(stderr, "Error parsing symbolic map\n"); | ||
145 | exit(1); | ||
146 | } | 143 | } |
144 | fprintf(stderr, "Error parsing symbolic map\n"); | ||
145 | return(1); | ||
147 | } | 146 | } |
148 | 147 | ||
149 | 148 | ||