Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(220)

Unified Diff: gdb/filesystem.c

Issue 11969036: Merge GDB 7.5.1 (Closed) Base URL: http://git.chromium.org/native_client/nacl-gdb.git@master
Patch Set: Created 7 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « gdb/features/tic6x-c64xp-linux.c ('k') | gdb/findcmd.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gdb/filesystem.c
diff --git a/gdb/filesystem.c b/gdb/filesystem.c
index a32b95784d2ded57ff2d088f8a03cf8eb13f2fb5..d855b7511c9bb9f2876a958183410a9baa325ff0 100644
--- a/gdb/filesystem.c
+++ b/gdb/filesystem.c
@@ -25,7 +25,7 @@
const char file_system_kind_auto[] = "auto";
const char file_system_kind_unix[] = "unix";
const char file_system_kind_dos_based[] = "dos-based";
-const char *target_file_system_kinds[] =
+const char *const target_file_system_kinds[] =
{
file_system_kind_auto,
file_system_kind_unix,
« no previous file with comments | « gdb/features/tic6x-c64xp-linux.c ('k') | gdb/findcmd.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698