From 542df344112808c700940769d3f5ab134a0e1e75 Mon Sep 17 00:00:00 2001 From: mifi Date: Sat, 1 Mar 2008 19:13:05 +0000 Subject: - removed warnings "xxxxx" might be used uninitialized in this function (arm_simulator.c) - some cosmetic changes git-svn-id: svn://svn.berlios.de/openocd/trunk@423 b42882b7-edfa-0310-969c-e2dbd0fdcd60 --- src/openocd.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/openocd.c') diff --git a/src/openocd.c b/src/openocd.c index 43be9af..fac385a 100644 --- a/src/openocd.c +++ b/src/openocd.c @@ -152,3 +152,4 @@ int main(int argc, char *argv[]) return EXIT_SUCCESS; } + -- cgit v1.1