diff options
Diffstat (limited to 'scd/app-p15.c')
-rw-r--r-- | scd/app-p15.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scd/app-p15.c b/scd/app-p15.c index 15c068694..bd9c7c15f 100644 --- a/scd/app-p15.c +++ b/scd/app-p15.c @@ -4152,7 +4152,7 @@ app_select_p15 (app_t app) } if (!rc) { - app->apptype = "P15"; + app->apptype = APPTYPE_P15; app->app_local = xtrycalloc (1, sizeof *app->app_local); if (!app->app_local) |