Skip to content

Commit febb8ad

Browse files
author
xtremox
committed
Added newline at the end of the file
1 parent 0b3bb44 commit febb8ad

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/ErrorReporter.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,4 +101,5 @@ string ErrorReporter::atoi (int i) {
101101
char tmpbuf[10];
102102
sprintf(tmpbuf, "%i", i);
103103
return tmpbuf;
104-
}
104+
}
105+

0 commit comments

Comments
 (0)