| # | Line 35 | Line 35 | int main(int argc, char **argv){ | |
|---|---|---|
| 35 | /* Throw away the first reading as thats averaged over the machines uptime */ | |
| 36 | cpu_percent = cpu_percent_usage(); | |
| 37 | ||
| 38 | < | while ((c = getopt(argc, argv, "d:")) != EOF){ |
| 38 | > | while ((c = getopt(argc, argv, "d:")) != -1){ |
| 39 | switch (c){ | |
| 40 | case 'd': | |
| 41 | delay = atoi(optarg); | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines |
| > | Changed lines |