mirror of
https://github.com/kennethreitz-archive/gitx.git
synced 2026-06-05 23:40:18 +00:00
Solved compilation warnings
This commit is contained in:
@@ -485,7 +485,6 @@
|
||||
|
||||
int n;
|
||||
for(n=1;n<nLines;n++){
|
||||
line=[lines objectAtIndex:i++];
|
||||
do{
|
||||
line=[lines objectAtIndex:i++];
|
||||
}while([line characterAtIndex:0]!='\t');
|
||||
|
||||
Reference in New Issue
Block a user