Forgot to fix one -Wformat-security in my previous change. Fixed.

Change-Id: Ice7459b30e1d7dbfe400b68d27ebc04fcca78bae
This commit is contained in:
Nick Kralevich
2010-05-14 10:29:13 -07:00
parent 21a534d955
commit 942a2fbfdf

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;
}