diff options
author | John Fultz <jfultz@wolfram.com> | 2014-08-30 19:00:37 -0500 |
---|---|---|
committer | John Fultz <jfultz@wolfram.com> | 2014-08-30 19:00:37 -0500 |
commit | b7cdd1a06122a99458b95cbd91a1f0fb663eff67 (patch) | |
tree | deaf216d8973fd36efe4d6fe1efbe4f4d2ea22d4 /makeminidawg | |
parent | 79c8e21f44b151d49f6b63962925aaa8f70663e7 (diff) |
Fix compiler warnings.
Diffstat (limited to 'makeminidawg')
-rw-r--r-- | makeminidawg/minidawgmaker.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/makeminidawg/minidawgmaker.cpp b/makeminidawg/minidawgmaker.cpp index 1d57dc6..50d7ece 100644 --- a/makeminidawg/minidawgmaker.cpp +++ b/makeminidawg/minidawgmaker.cpp @@ -514,4 +514,5 @@ int MiniDawgMaker::executeFromArguments() bytes[4] = n5; bytes[5] = n6; bytes[6] = n7; out.write(bytes, 7); } + return 0; } |