main: fix regression caused by moving to bitfield where --cflags or --libs wouldn't cause a newline

pull/36/head
William Pitcock 2012-07-30 02:06:24 -05:00
parent ee2e6054aa
commit e22860accc
1 changed files with 1 additions and 1 deletions

2
main.c
View File

@ -778,7 +778,7 @@ main(int argc, char *argv[])
}
}
if ((want_flags & (PKG_CFLAGS|PKG_LIBS)) == (PKG_CFLAGS|PKG_LIBS))
if ((want_flags & (PKG_CFLAGS|PKG_LIBS)))
printf("\n");
pkg_queue_free(pkgq_head);