Skip to content

Commit 399d9bf

Browse files
committed
tab2scp
1 parent d66d6c5 commit 399d9bf

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

ttyplot.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -281,11 +281,11 @@ int main(int argc, char *argv[]) {
281281
mvprintw(height-1, width-sizeof(verstring)/sizeof(char), verstring);
282282

283283
lt=localtime(&t1);
284-
#ifdef __sun
284+
#ifdef __sun
285285
asctime_r(lt, ls, sizeof(ls));
286-
#else
286+
#else
287287
asctime_r(lt, ls);
288-
#endif
288+
#endif
289289
mvprintw(height-2, width-strlen(ls), "%s", ls);
290290

291291
#ifdef _AIX

0 commit comments

Comments
 (0)