diff options
| author | Marek Polacek <[email protected]> | 2011-05-07 19:26:20 +0200 |
|---|---|---|
| committer | Marek Polacek <[email protected]> | 2011-05-07 19:26:20 +0200 |
| commit | 82f77d757c1a9c0e6f66eef71bbe48484019fb1a (patch) | |
| tree | 2fb8de94ebd25e03053fc6d25c58476bf59efbe4 /src/unstrip.c | |
| parent | bcdb09dcb97d00a1718507f64302f57f92558af0 (diff) | |
unstrip.c: Mark function as static.
Diffstat (limited to 'src/unstrip.c')
| -rw-r--r-- | src/unstrip.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/unstrip.c b/src/unstrip.c index 3283d736..69c37754 100644 --- a/src/unstrip.c +++ b/src/unstrip.c @@ -706,7 +706,7 @@ compare_sections_rel (const void *a, const void *b) return compare_sections (a, b, true); } -int +static int compare_sections_nonrel (const void *a, const void *b) { return compare_sections (a, b, false); |
