diff options
Diffstat (limited to 'usr.bin/bc/extern.h')
-rw-r--r-- | usr.bin/bc/extern.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/bc/extern.h b/usr.bin/bc/extern.h index 6cefcffd05f..85cae900c40 100644 --- a/usr.bin/bc/extern.h +++ b/usr.bin/bc/extern.h @@ -1,4 +1,4 @@ -/* $OpenBSD: extern.h,v 1.1 2003/09/25 19:32:44 otto Exp $ */ +/* $OpenBSD: extern.h,v 1.2 2003/09/26 07:02:52 deraadt Exp $ */ /* * Copyright (c) 2003, Otto Moerbeek <otto@drijf.net> @@ -19,7 +19,7 @@ #include <stdio.h> struct lvalue { - int load; + int load; int store; }; |