mirror of
https://github.com/sheumann/hush.git
synced 2024-11-05 06:07:00 +00:00
Marc Kleine-Budde noticed a missing semicolon
This commit is contained in:
parent
d2a897aab0
commit
e0c83af4ce
@ -870,7 +870,7 @@ static int _llseek (unsigned int, unsigned long,
|
||||
|
||||
static _syscall5(int,_llseek,unsigned int,f_d,unsigned long,offset_high,
|
||||
unsigned long, offset_low,fdisk_loff_t *,result,
|
||||
unsigned int, origin)
|
||||
unsigned int, origin);
|
||||
|
||||
static fdisk_loff_t my_llseek (unsigned int f_d, fdisk_loff_t offset,
|
||||
unsigned int origin)
|
||||
|
Loading…
Reference in New Issue
Block a user