diff options
| author | David J. MacKenzie | 1994-10-12 20:21:51 +0000 |
|---|---|---|
| committer | David J. MacKenzie | 1994-10-12 20:21:51 +0000 |
| commit | 340ff9deaea2a7258d3ee1eca65487b4cd8dd305 (patch) | |
| tree | 48728b1b42696e296b41072130301fc3ea627440 /lib-src/profile.c | |
| parent | e2f9d9afabe51c8be7e6f4327197670b941789f2 (diff) | |
| download | emacs-340ff9deaea2a7258d3ee1eca65487b4cd8dd305.tar.gz emacs-340ff9deaea2a7258d3ee1eca65487b4cd8dd305.zip | |
Eliminate some -Wall warnings.
Diffstat (limited to 'lib-src/profile.c')
| -rw-r--r-- | lib-src/profile.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib-src/profile.c b/lib-src/profile.c index 16a74b71351..09b094ce934 100644 --- a/lib-src/profile.c +++ b/lib-src/profile.c | |||
| @@ -39,7 +39,7 @@ static char time_string[30]; | |||
| 39 | 39 | ||
| 40 | /* Reset the stopwatch to zero. */ | 40 | /* Reset the stopwatch to zero. */ |
| 41 | 41 | ||
| 42 | int | 42 | void |
| 43 | reset_watch () | 43 | reset_watch () |
| 44 | { | 44 | { |
| 45 | EMACS_GET_TIME (TV1); | 45 | EMACS_GET_TIME (TV1); |