Merge "Forgot to fix one -Wformat-security in my previous change. Fixed." into kraken

This commit is contained in:
Nick Kralevich
2010-05-14 12:07:05 -07:00
committed by Android (Google) Code Review

View File

@@ -341,7 +341,7 @@ sp<GraphicBuffer> MSurface::requestBuffer(int bufferIdx, int usage) {
}
status_t MSurface::setBufferCount(int bufferCount) {
INFO(__func__);
INFO("%s", __func__);
return NULL;
}