summaryrefslogtreecommitdiffstats
path: root/src/CLI/CLI.cpp
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2009-10-21 15:49:01 +0200
committerDenys Vlasenko <vda.linux@googlemail.com>2009-10-21 15:49:01 +0200
commitf824969d3a8e77a41dac30997b47a0268cc01cbd (patch)
treec697007457916aa99f20954a4cbb0add5d6d1b82 /src/CLI/CLI.cpp
parent6c8c8f960302d9e94a820c82eeb41b3f19af2ec1 (diff)
downloadabrt-f824969d3a8e77a41dac30997b47a0268cc01cbd.tar.gz
abrt-f824969d3a8e77a41dac30997b47a0268cc01cbd.tar.xz
abrt-f824969d3a8e77a41dac30997b47a0268cc01cbd.zip
fix warning and whitespace damage
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'src/CLI/CLI.cpp')
-rw-r--r--src/CLI/CLI.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/CLI/CLI.cpp b/src/CLI/CLI.cpp
index a782a59a..18e99dcf 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