13
0
Fork 1

Fixed broken commit left from svn conflict

git-svn-id: https://dedected.org/svn/trunk@58 8d8ab74c-27aa-4a3d-9bde-523a2bc1f624
This commit is contained in:
erik 2009-01-30 21:16:19 +00:00
parent e0b1c9738f
commit 59fbb88ae6
1 changed files with 0 additions and 4 deletions

View File

@ -157,11 +157,7 @@ void print_gui::InitCurses()
mvwprintw(mainwin,1,1,"RFPI");
mvwprintw(mainwin,1,13,"Ch");
mvwprintw(mainwin,1,31,"FP-Pkt");
<<<<<<< .mine
mvwprintw(mainwin,1,53,"RSSI");
=======
mvwprintw(mainwin,1,51,"RSSI");
>>>>>>> .r49
wnoutrefresh(mainwin);
box(statuswin,0,0);