mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-29 00:11:08 +02:00
fix comma at end of enumerator list
Origin commit data
------------------
Commit: a549b97924
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2013-05-28 (Tue, 28 May 2013)
This commit is contained in:
@@ -242,7 +242,7 @@ bool CExtUpdate::applySettings()
|
||||
|
||||
// find mtdram device
|
||||
std::string mtdRamFilename = "", mtdBlockFileName = "";
|
||||
int mtdRamSize, mtdRamEraseSize, mtdRamNr = 0;
|
||||
int mtdRamSize = 0, mtdRamEraseSize = 0, mtdRamNr = 0;
|
||||
f1 = fopen("/proc/mtd", "r");
|
||||
if(!f1)
|
||||
return ErrorReset(RESET_UNLOAD, "cannot read /proc/mtd");
|
||||
|
Reference in New Issue
Block a user