removed unneeded newline

This commit is contained in:
Martin Willi 2009-06-22 15:35:18 +02:00
parent 71e725d325
commit 31b9c10800
1 changed files with 1 additions and 1 deletions

View File

@ -97,7 +97,7 @@ static padlock_feature_t get_padlock_features()
return d;
}
}
DBG1("Padlock not found, CPU is %s\n", vendor);
DBG1("Padlock not found, CPU is %s", vendor);
return 0;
}