Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 83141
b: refs/heads/master
c: b9e5e11
h: refs/heads/master
i:
  83139: 26db10a
v: v3
  • Loading branch information
Alejandro Martinez Ruiz authored and Linus Torvalds committed Feb 5, 2008
1 parent 9fa59f5 commit 70c7c86
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 6f7127db311fe3e0ea6a2a332833f85abab6cb4b
refs/heads/master: b9e5e119fd9905c2a06f73a96f9c18aa760a8a65
2 changes: 1 addition & 1 deletion trunk/arch/m68k/amiga/amisound.c
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ static const signed char sine_data[] = {
0, 39, 75, 103, 121, 127, 121, 103, 75, 39,
0, -39, -75, -103, -121, -127, -121, -103, -75, -39
};
#define DATA_SIZE (sizeof(sine_data)/sizeof(sine_data[0]))
#define DATA_SIZE ARRAY_SIZE(sine_data)

#define custom amiga_custom

Expand Down

0 comments on commit 70c7c86

Please sign in to comment.