~mir-team/ubuntu-app-launch/mir-release-0.14.0

« back to all changes in this revision

Viewing changes to tools/ubuntu-app-watch.c

  • Committer: Ted Gould
  • Date: 2014-04-30 16:34:06 UTC
  • mto: This revision was merged to the branch mainline in revision 150.
  • Revision ID: ted@gould.cx-20140430163406-g0fsuw3txq0g6ehk
Static analysis (compiler) detected fixes

Show diffs side-by-side

added added

removed removed

Lines of Context:
55
55
}
56
56
 
57
57
void
58
 
fail (const gchar * appid, ubuntu_app_launch_app_failed_t failhow, gpointer user_data)
 
58
fail (const gchar * appid, UbuntuAppLaunchAppFailed failhow, gpointer user_data)
59
59
{
60
60
        const gchar * failstr = "unknown";
61
61
        switch (failhow) {