diff options
| author | nakeee <nakeee@gmail.com> | 2009-06-17 21:44:03 +0000 |
|---|---|---|
| committer | nakeee <nakeee@gmail.com> | 2009-06-17 21:44:03 +0000 |
| commit | 697ce7b1ab2ffc5f1bf18bf9bfc37462fcb38183 (patch) | |
| tree | 3e97c6b6c348b24749575bf7888d692814f5a12c /Source/DSPTool | |
| parent | ff83f9eb714268d3b6437005a46d598bbd95c9bd (diff) | |
createtest fixes and compile fixes for linux
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@3482 8ced0084-cf51-0410-be5f-012b33b47a6e
Diffstat (limited to 'Source/DSPTool')
| -rw-r--r-- | Source/DSPTool/Src/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/DSPTool/Src/main.cpp b/Source/DSPTool/Src/main.cpp index 17f2c04d41..b1ab0e827c 100644 --- a/Source/DSPTool/Src/main.cpp +++ b/Source/DSPTool/Src/main.cpp @@ -361,7 +361,7 @@ int main(int argc, const char *argv[]) }
- CodesToHeader(codes, files, lines, output_header_name.c_str(), header);
+ CodesToHeader(codes, &files, lines, output_header_name.c_str(), header);
File::WriteStringToFile(true, header, (output_header_name + ".h").c_str());
delete[] codes;
|
