Skip to content

Commit

Permalink
Removed useless break statement
Browse files Browse the repository at this point in the history
  • Loading branch information
laynor committed Feb 2, 2011
1 parent 3c51cf5 commit 175152a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion trayion/sorted_classes.c
Expand Up @@ -40,7 +40,6 @@ int window_rank(Window window)
if(!strcmp(item->info, class_hint->res_class)){
XFree(class_hint);
return i;
break;
}
i++;
}
Expand Down

0 comments on commit 175152a

Please sign in to comment.