diff options
Diffstat (limited to 'plugins/bootimg')
-rw-r--r-- | plugins/bootimg/python/format.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/bootimg/python/format.c b/plugins/bootimg/python/format.c index 4e3f5f5..bf0cf6d 100644 --- a/plugins/bootimg/python/format.c +++ b/plugins/bootimg/python/format.c @@ -168,7 +168,7 @@ static PyObject *py_bootimg_format_get_kernel(PyObject *self, void *closure) format = G_BOOTIMG_FORMAT(pygobject_get(self)); - content = g_bootimg_format_get_ramdisk(format); + content = g_bootimg_format_get_kernel(format); if (content == NULL) { |