shell-global: Remove extraneous label

gcc warns on this.
This commit is contained in:
Jasper St. Pierre 2013-07-31 11:16:34 -04:00
parent aba6c222cb
commit b1c2f4a8d6

View File

@ -1889,6 +1889,5 @@ shell_global_get_runtime_state (ShellGlobal *global,
g_mapped_file_unref (mfile);
}
out:
return res;
}