Skip to content

Commit

Permalink
Insert the version into the usage statically so it can be found via t…
Browse files Browse the repository at this point in the history
…he strings command
  • Loading branch information
rovo89 committed Apr 1, 2012
1 parent 99eaa84 commit af496a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app_main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ void app_usage()
{
fprintf(stderr,
"Usage: app_process [java-options] cmd-dir start-class-name [options]\n");
fprintf(stderr, " with Xposed support (version %s)\n", XPOSED_VERSION);
fprintf(stderr, " with Xposed support (version " XPOSED_VERSION ")\n");
}

class AppRuntime : public AndroidRuntime
Expand Down

0 comments on commit af496a8

Please sign in to comment.