Bug 794282 - Fix desktop b2g compile error from changeset a73bc11da471 r=bustage

This commit is contained in:
Edwin Flores 2013-06-19 12:29:36 +12:00
parent 3860143bb5
commit 35596b934f

View File

@ -44,7 +44,7 @@ load_gstreamer()
return true;
}
void *gstreamerLib = nullptr;
void *gstreamerLib = NULL;
guint major = 0;
guint minor = 0;
guint micro, nano;