summaryrefslogtreecommitdiff
path: root/apps/gui/gwps.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/gui/gwps.h')
-rw-r--r--apps/gui/gwps.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/gui/gwps.h b/apps/gui/gwps.h
index ab8258147e..cfa7e70714 100644
--- a/apps/gui/gwps.h
+++ b/apps/gui/gwps.h
@@ -378,7 +378,7 @@ struct wps_state
378 bool wps_time_countup; 378 bool wps_time_countup;
379 struct mp3entry* id3; 379 struct mp3entry* id3;
380 struct mp3entry* nid3; 380 struct mp3entry* nid3;
381 char current_track_path[MAX_PATH+1]; 381 char current_track_path[MAX_PATH];
382}; 382};
383 383
384 384