Ignore:
Timestamp:
11/16/99 20:50:36 (23 years ago)
Author:
Jennifer Averett <Jennifer.Averett@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
a470c0ee
Parents:
f89df68
Message:

Removed leading space from output.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • c/src/tests/psxtests/psxmount/test.c

    rf89df68 r22542b6b  
    330330   */
    331331
    332   printf(" unmount /b/mount_point should fail with EINVAL\n");
     332  printf("unmount /b/mount_point should fail with EINVAL\n");
    333333  status = unmount( "/b/mount_point" );
    334334  assert( status == -1 );
Note: See TracChangeset for help on using the changeset viewer.