From f824969d3a8e77a41dac30997b47a0268cc01cbd Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Wed, 21 Oct 2009 15:49:01 +0200 Subject: fix warning and whitespace damage Signed-off-by: Denys Vlasenko --- src/CLI/CLI.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/CLI/CLI.cpp') diff --git a/src/CLI/CLI.cpp b/src/CLI/CLI.cpp index a782a59..18e99dc 100644 --- a/src/CLI/CLI.cpp +++ b/src/CLI/CLI.cpp @@ -65,7 +65,7 @@ static void print_crash_infos(vector_crash_infos_t& pCrashInfos, int pMode) int success = strftime(timeloc, 128, "%c", localtime(&time)); if (!success) error_msg_and_die("Error while converting time to string."); - + printf(_("%u.\n" "\tUID : %s\n" "\tUUID : %s\n" @@ -132,7 +132,6 @@ int main(int argc, char** argv) { char* uuid = NULL; int op = -1; - char *name; setlocale(LC_ALL,""); #if ENABLE_NLS -- cgit