diff options
Diffstat (limited to 'src/relocation.c')
-rw-r--r-- | src/relocation.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/relocation.c b/src/relocation.c index 1c5b1cf..2ef72eb 100644 --- a/src/relocation.c +++ b/src/relocation.c @@ -184,7 +184,7 @@ RelocationEntry **prefixes_read(const char *filename) { if (isempty(lptr)) { continue; } - if (startswith(lptr, "#") == 0) { + if (startswith(lptr, "#")) { do_prefix = 1; } else { |