ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/i-scream/projects/libstatgrab/src/saidar/saidar.c
(Generate patch)

Comparing projects/libstatgrab/src/saidar/saidar.c (file contents):
Revision 1.17 by ats, Fri Nov 7 18:38:48 2003 UTC vs.
Revision 1.18 by ats, Fri Nov 7 18:39:39 2003 UTC

# Line 490 | Line 490 | int main(int argc, char **argv){
490                  int ch = getch();
491  
492                  if (ch == 'q'){
493 <                        endwin();
494 <                        return 0;
493 >                        break;
494                  }
495  
496                  /* To keep the numbers slightly accurate we do not want them

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines